supertokens / supertokens-golang

GoLang SDK for SuperTokens
https://supertokens.com
Other
125 stars 37 forks source link

feat: use dynamic signing key switching #406

Closed furkansenharputlu closed 6 months ago

furkansenharputlu commented 6 months ago

Summary of change

Use dynamic signing key switching during refresh session.

Related issues

core: https://github.com/supertokens/supertokens-core/pull/909 plugin-interface: https://github.com/supertokens/supertokens-plugin-interface/pull/136 postgresql-plugin: https://github.com/supertokens/supertokens-postgresql-plugin/pull/180 mysql-plugin: https://github.com/supertokens/supertokens-mysql-plugin/pull/88 mongodb-plugin: https://github.com/supertokens/supertokens-mongodb-plugin/pull/31 node: https://github.com/supertokens/supertokens-node/pull/782

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!)

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)

Checklist for important updates