magic-js icon indicating copy to clipboard operation
magic-js copied to clipboard

New OAuth 2 ext package

Open patjacobs-magic opened this issue 1 year ago • 1 comments

📦 Pull Request

This creates a new ext package oauth2. This will execute Magic's new oauth v2 flow with improved performance and stability.

✅ Fixed Issues

🚨 Test instructions

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

Please only add one label:

  • patch: Bug Fix?
  • minor: New Feature?
  • major: Breaking Change?
  • skip-release: It's unnecessary to publish this change.
📦 Published PR as canary version: Canary Versions

:sparkles: Test out this PR locally via:

npm install @magic-ext/[email protected]
# or 
yarn add @magic-ext/[email protected]

patjacobs-magic avatar Feb 13 '24 00:02 patjacobs-magic

One NIT, otherwise looks good to me. This could be a patch release, as it's the very first release

Ethella avatar Feb 15 '24 14:02 Ethella