-
I want to check that the auth token is valid on some requests. This is working now:
```js
mock.onPost('/resource').reply(config => {
if (config.headers.Authorization !== 'Bearer ' + jwt) return…
-
## JWT Authentication support
Hey there, thanks for the amazing initiative. It's exciting to see Apollo Federation being implemented in Rust!
Just one question: are there any plans to implement …
-
Hi, refreshing jwt token is something new for me. I have some issue, my app is based on vue and nuxt.js, to connecting to wp graphql I use apollo module. Token expiring time is very short, and when it…
-
**Is your feature request related to a problem? Please describe.**
as discussed in https://github.com/bluesky-social/atproto/discussions/1996,
with current lexicons definition, it cannot be dist…
-
Hello, I would really like to implement authorization through third-party providers like Google, Twitter. I myself spent a long time trying to implement it through jwt, but it did not work.
-
Some time ago you had helped me implement [djangorestframework-api-key](https://florimondmanca.github.io/djangorestframework-api-key/) authorization in DRF Spectacular ([Custom djangorestframework-api…
-
I'm thinking about implementing a system based on automerge with claims-based authorization (like JWT).
While I can sign changes from `getChanges` and verify the signature before calling `applyChan…
-
Steps how to reproduce the issue:
**Prerequisites:** Have an active login session in Ego with a user registered with a Passport broker:
1) EGO JWT token
2) EGO refresh token cookie stored in b…
-
This library needs some work, the code was originally written for an IBM Cloud / Cloud Foundry example, and it has become crufty.
Work items:
- [ ] Update README with a work-able how-to
- [ ] …
-
Currently, Sweden Connect provides specifications regulating authentication and federated signing. The roadmap also includes extending the authentication specifications with profiles for OpenID Connec…