sergiodxa / remix-auth-oauth2

A OAuth2Strategy for Remix Auth
https://sergiodxa.github.io/remix-auth-oauth2/
MIT License
150 stars 56 forks source link

chore: remove uuid dependency #63

Closed lifeiscontent closed 1 year ago

lifeiscontent commented 1 year ago

not sure if you have a specific node version you want to support, but getting a uuid can be done from the node standard library now.

sergiodxa commented 1 year ago

Remix works in other runtimes where node:crypto is not available, the uuid package is used because it works across runtimes.

lifeiscontent commented 1 year ago

@sergiodxa ah right, sorry forgot about that 😅