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
457 stars 85 forks source link

[DO NOT MERGE] Oauth v2 testing #705

Closed patjacobs-magic closed 6 months ago

patjacobs-magic commented 7 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@16.1.0-canary.705.7759692183.0 npm install @magic-sdk/pnp@16.1.0-canary.705.7759692183.0 npm install magic-sdk@22.1.0-canary.705.7759692183.0 # or yarn add @magic-ext/oauth@16.1.0-canary.705.7759692183.0 yarn add @magic-sdk/pnp@16.1.0-canary.705.7759692183.0 yarn add magic-sdk@22.1.0-canary.705.7759692183.0 ```