logto-io / js

🤓 Logto JS SDKs.
https://docs.logto.io/quick-starts/
MIT License
61 stars 40 forks source link

feat: support custom redirect base url for nuxt sdk #793

Closed xiaoyijun closed 1 week ago

xiaoyijun commented 2 weeks ago

Summary

This pull request introduces a minor update to the @logto/nuxt package, enhancing the Nuxt SDK by supporting custom redirect URL settings. This is particularly useful for applications deployed behind proxies or in environments with URL rewriting.

This PR also update the CookieStorage usage, because it was overlooked in the last update.

Testing

Test locally.

Checklist