-
Long story short, I am trying to use auth0 with this project. Basic test:
The build fails with the following:
Now I do understand that CF Workers do not support all the NodeJS functions, however I assumed since So my question is now... can this issue be resolved in any way? Or this is simply not supported.
Many thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
Mecanik
Dec 8, 2023
Replies: 1 comment
-
I stand corrected, after some extensive research it seems they added "edge" support. So to use Auth0 with "Edge" you just need to import the relevant functions. Example middleware:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mecanik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I stand corrected, after some extensive research it seems they added "edge" support. So to use Auth0 with "Edge" you just need to import the relevant functions. Example middleware: