-
Why is my routes always getting unauthorized?
This is where i'm setting my JWT Token:
```
authRouter.get('/callback', passport.authenticate('google', {
failureRedirect: '/',
session: false
…
-
Hi, this plugin is amazing, but I ran into an issue when trying to use docker labels to create a middleware.
My labels look like this
```yaml
- traefik.enable=true
- traefik.http.routers..rule…
-
I tried using the auth keys published on Apple's website:
```
$signedTransactionJWT = $response['signedTransactions'][0];
$appleKeysText = file_get_contents('https://appleid.apple.com/auth/key…
-
This should return forbidden only when the query can't find the tenant or the authentication is wrong. Otherwise, the error message should be different and an internal or unavailable error should be r…
-
The auth service and services that consume JWT tokens, must share a secret.
The auth daemon has a `-secret` command line flag that is used in dev/testing.
Add support to the auth daemon to use H…
-
What’s the reason for disabling signature verification in the ID token verification subrequest?
https://github.com/kjdev/nginx-auth-jwt/tree/main/example#changed-setting-for-id-token-verification
-
## Feature Description
When the Sign in with Google module is activated, Site Kit should add an endpoint/URL used to accept Sign in with Google JWT POST Requests that allow the user to Sign in with G…
-
### Subject of the issue
I've been having problems with getting a token to reliably refresh in my Nuxt PWA application I'm writing.
I believe it's _possibly_ down to the documentation here:
h…
-
I've opened a discussion on this, but I think it might be worth making an issue related to authentication.
I'd say we can split this work into multiple chunks, but let's think about what we want i…
-
- [x] Create Service
- [x] Wire up Service
- [x] Add JWT Support
- [x] Store JWT in Localstorage
- [x] Refresh Token
- [x] Fetch new Token
- [x] [Mock Auth] (http://jasonwatmore.com/post/2018/05/23/an…