-
Hi there,
I've noticed that after logging in to Google and retrieving server code like this
```
await SocialLogin.initialize({
google: {
webClientId: "XXXXX",
iOSCl…
-
Salve, abbiamo bisogno di una precisazione riguardo l'utilizzo dei token JWT.
Regione Umbria è strutturata come middleware regionale, ricade quindi nella soluzione di tipo 1 indicata nelle specific…
-
**Describe the issue:**
Missing claims for federated users when a custom JWT token issuer is set as the default token issuer and performance impacted for local users.
**How to reproduce:**
1. Set…
-
## 📝 개요
- 게스트 로그인 구현
- GET /auth/guest 를 통해 로그인
- 프론트의 로컬 id 해쉬값을 사용해 저장
- JWT 생성 후 payload의 isGuest 값이 true 면 guest로 처리
- 만약 소셜로그인으로 회원가입 완료하면, 데이터를 해당 유저로 저장
## ✔️ To-Do
- [ ] jwt payload 변…
-
### Description
When using an external OIDC provider, such as Authelia, accessing `https://xxx.com:9443/.well-known/openid-configuration` returns the following JSON:
```json
{
"issuer": "https…
-
Hi,
I am trying to configure the mosquito broker to work with keycloak, but problems and errors occur when trying to log in from mosquito to keycloak. The 401 and 405 errors are returned. So that af…
bleur updated
2 months ago
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.c…
-
# Bug report
- [X] I confirm this is a bug with Supabase, not with my own application.
- [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
Replace the current session-based authentication for API endpoints with JWT-based validation.
#### **Details**
1. **JWT Authentication Implementation**
- All API endpoints should validat…
-
## Description
Refactor the JWT token verification logic so that the authentication service is called directly, and the logic to verify the JWT token is moved into the authentication service. This …