logto-io / js

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

fix(next): fix get context params #571

Closed wangsijie closed 11 months ago

wangsijie commented 11 months ago

Summary

For Next.js Edge SDK, fix the bug: handle "config" param of getLogtoContext function.

This is a quick fix, will add unit tests for Edge SDK later in LOG-7370.

This PR fixes https://github.com/logto-io/logto/issues/4603

Testing

Local tested with sample.

Checklist