-
### Operating System
macOS 14.5 (23F79)
### Environment (if applicable)
Chrome 129.0.6668.60 (arm64), Vite 5.4.10, React 18.3.1
### Firebase SDK Version
11.0.1
### Firebase SDK Product(s)
Auth
…
-
refacto api gateaway user connection and switch fetch to axios ?
creation connection with auth microservice :
-controller auth
-service auth
-route auth
-
There are 2 types of API routes:
- Private: for admins. Starts with `/app`
- Public: for respondents. Starts with `/surveys`
While public one can be open, the private is better to be protected …
-
**Is your feature request related to a problem? Please describe.**
I'm using a custom identity provider and have the rolesSource set in the staticwebapp.config. Whenever a user logs in, a request…
-
### Description
Hey there, I upgraded my Meta Quest Unity Project from using Firebase 10.5 to 12.3 and 12.4 recently and now Auth totally hangs in the
`SignInWithEmailAndPasswordAsync` call.
…
-
## Description
The goal of this ticket is to allow the user to remedy a `ConsentRequired` error when attemtping to access a Globus Connect Server they haven't before. This would likely require the us…
-
-
### Describe the bug
Hello,
When trying to deploy langfuse on a Kubernetes cluster with the following environment variables (related to auth):
LANGFUSE_INIT_USER_EMAIL=John.Doe@mycompan…
-
Currently, when using OIDC Auth, there is no feedback when you try to login with a user that does not have the role "user". You are just redirected to the login page again without seeing any response.…
-
I am trying to use auth.createUserWithEmailAndPassword() in my common code and everything seems fine, but when I call the method I get this error:
```
Exception in thread "DefaultDispatcher-worker…