supertokens-golang icon indicating copy to clipboard operation
supertokens-golang copied to clipboard

GoLang SDK for SuperTokens

Results 15 supertokens-golang issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, after an update to 0.21.0 I could not login into the dashboard. I tried core version 8 and 9 via `registry.supertokens.io/supertokens/supertokens-postgresql:` The logs say: ``` st-backend-1 | com.supertokens {t:...

## Summary of change This PR adds support for any type of value in form fields. ## Related issues Copy of https://github.com/supertokens/supertokens-node/pull/924 ## Test Plan All tests in recipe/emailpassword should...

When overriding a hook for sending an email as part of the auth workflow, not only the link but also the lifetime of the link is provided, allowing the email...

Hi my use case is to send an email to all registered users, my solution looks like this: create SMTP Service ```golang // override email delivery to set custom content...

``` "/api/auth/public/dashboard/api/users?limit=10" [GIN] 2024/11/05 - 16:35:40 | 200 | 18.5196ms | ::1 | GET "/api/auth/dashboard/api/user?userId=2b4bcb72-ee5e-4889-a4b4-75377698752a&recipeId=emailpassword" [GIN] 2024/11/05 - 16:35:40 | 200 | 8.5653ms | ::1 | GET "/api/auth/dashboard/api/user/metadata?userId=2b4bcb72-ee5e-4889-a4b4-75377698752a" fatal error:...