magiclabs / magic-js

Magic browser/React Native JavaScript SDK is your entry-point to integrating passwordless authentication inside your application.
https://magic.link/docs/api-reference/client-side-sdks/web
Apache License 2.0
462 stars 86 forks source link

[Do not merge] Oauth v2 testing #698

Closed patjacobs-magic closed 8 months ago

patjacobs-magic commented 9 months ago

📦 Pull Request

[Provide a general summary of the pull request here.]

✅ Fixed Issues

🚨 Test instructions

[Describe any additional context required to test the PR/feature/bug fix.]

⚠️ Don't forget to add a semver label!

Please only add one label:

📦 Published PR as canary version: Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @magic-ext/oauth@15.7.0-canary.698.7506748190.0 npm install @magic-sdk/pnp@15.7.0-canary.698.7506748190.0 npm install magic-sdk@21.6.0-canary.698.7506748190.0 # or yarn add @magic-ext/oauth@15.7.0-canary.698.7506748190.0 yarn add @magic-sdk/pnp@15.7.0-canary.698.7506748190.0 yarn add magic-sdk@21.6.0-canary.698.7506748190.0 ```