-
Hello!
I am using @hono/firebase-auth for verifying Firebase ID tokens. During this verification process, if I can obtain the UID in the context (for example, if the UID is stored in KV), I believe…
-
Sometimes, I can't retrieve the email from **googleTokenId** on my backend (explained [here](https://stackoverflow.com/questions/62527707/no-email-or-email-verified-claim-in-google-id-token?answertab=…
-
Project hasn't been updated in a long time. OAuth2 is no good for "modern" Outlook access anymore. Microsoft 365 Online (Business) costs at least $6/month to add Entra's app-based API Permissions to u…
-
Hi,
i analyzed an issue i have with the logout process using this library with a keycloak backend.
## Issue
After a logout-click, the user is stuck on the keycloak-logout-failed-page due to a…
-
## Issue
While using discord as a provider, `idToken` is always null. My implementation:
```
const config = {
issuer: "https://discord.com",
clientId:
clientSecret: ,
redirectUrl: ,
…
-
### Description
I'm following the FusionAuth quickstart guide for Android (Kotlin) here: https://fusionauth.io/docs/quickstarts/quickstart-android-kotlin-native While integrating the code, I'm encou…
-
(If possible with SECOAUTH)
-
Is it correct to say that the library currently doesn't do any id_token validation (verifying nonce, verifying signature, verifying issuer).
Isn't this an absolute requirement for oidc before trust…
-
# Bug report
## Describe the bug
I have implemented the GoogleSignIn library for my application to retrieve data from the user's Gmail account. I would like to continue using the GoogleSignIn libr…
-
### Describe the feature you would like to see
Is it possible to use Firebase Emulator with demo Firebase project, it would be useful for CI testing where the current setup require creating new Fireb…