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

add shouldReturnURI to configuration #723

Open mattupham opened 5 months ago

mattupham commented 5 months ago

πŸ“¦ Pull Request

🚨 Test instructions

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

Please 🚨 ONLY ADD ONE 🚨 of the following labels, failing to do so may lead to adverse versioning of your changes when published:

Special Note

πŸ“¦ Published PR as canary version: Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @magic-ext/oauth@20.1.0-canary.723.8272719151.0 npm install @magic-ext/oauth2@6.1.0-canary.723.8272719151.0 npm install @magic-sdk/pnp@20.1.0-canary.723.8272719151.0 # or yarn add @magic-ext/oauth@20.1.0-canary.723.8272719151.0 yarn add @magic-ext/oauth2@6.1.0-canary.723.8272719151.0 yarn add @magic-sdk/pnp@20.1.0-canary.723.8272719151.0 ```