supertokens / supertokens-node

Node SDK for SuperTokens core
https://supertokens.com
Other
281 stars 72 forks source link

feat: Remove crypto usage #748

Closed anku255 closed 7 months ago

anku255 commented 7 months ago

Summary of change

This PR removes usage of crypto library. This will enable us to support Apple OAuth on other runtime environments like Cloudflare workers.

Test Plan

I have tested Apple OAuth flow manually on web.

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)

Checklist for important updates