-
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.
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.
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: