supertokens / supertokens-golang

GoLang SDK for SuperTokens
https://supertokens.com
Other
115 stars 34 forks source link

fix: default to st-auth-mode if getTokenTransferMethod returns any in… #405

Closed furkansenharputlu closed 4 months ago

furkansenharputlu commented 4 months ago

… createNewSession

Summary of change

CreateNewSession now defaults to the value of the st-auth-mode header (if available) if the configured GetTokenTransferMethod returns any.

Related issues

Test Plan

Added tests that check the output of createNewSession if:

Documentation changes

N/A

Checklist for important updates