-
SwiftUI entry-point App occasionally crashes due to force unwrapping a `nil` value.
> Thread 2: Fatal error: Unexpectedly found nil while unwrapping an Optional value.
I feel the implementat…
-
I suggest to make it clear in docs that not updating access token on frontend from response of request to ANY user protected route (not only verify-code or refresh) can lead to long processing time fo…
-
- We make all email lower case, this can have an issue with users who use emails from providers that are case sensitive: https://twitter.com/gedamore/status/1408176756297670660
- Moving the normalisat…
-
The `front-token` allows you to read user id and jwt payload securely from the frontend without exposing the access token
- In this [file](https://github.com/supertokens/supertokens-flask/blob/mast…
-
The current readme does not give a good overview of the project and does not guide the reader properly to use it.
Some changes, that will fix it
- [ ] Screenshots of what user will be able to buil…
-
## 🚀 Feature
Currently we have a JavaEE application that uses JAAS ( Java authentication and authorization service ) .
Does Supertokens support migrating from JAAS to SuperTokens ?
If so …
-
I am not sure whether the issue I am encountering is caused by insights-chrome or not, but it seems to be very similar to issue #2461. This is related to https://github.com/RedHatInsights/image-builde…
-
While being a java project, how come there is no SDK for JAVA?
-
- [ ] Sign in with YV
- [ ] nodejs
- [ ] golang
- [ ] python
- [ ] auth-react
- [ ] Okta
- [ ] Does the dev has to ask for client secret from each of their customers?
- https://c…
-
Looking at this code, the synchronous function performs async work on session expiry and blocks the caller thread, given apps will likely call this method from the Main UI thread this seems like a red…