-
The example is very good for getting started, although I haven't watched to the end yet. For my project we need a token validation with beerer JWT token and OAuth 2. I have read that this can be reali…
-
### Observed behavior
```
let nc_main = ConnectOptions::with_jwt(jwt, move |nonce| {
let keypair_clone = keypair_clone.clone();
async move { keypair_clone.sign(&nonce).map_err(…
-
I also ask the same question at supabase discussions
https://github.com/orgs/supabase/discussions/22482
I followed the guide to create an auth hook.
https://supabase.com/docs/guides/auth/custom-c…
-
### Terraform Core Version
1.8.0
### Terraform Vault Provider Version
3.23.0
### Vault Server Version
1.15.4+ent
### Affected Resource(s)
* vault_jwt_auth_backend
### Expected Behavior
If the…
-
On ims-api and ldap-jwt-auth we don't pin sub-dependencies. There are cases where this could cause issues e.g. docker builds installing different dependencies when tags are pushed, or depndabot failin…
-
**Describe the bug**
Destinations which use Authorization and Proxy-Authorization only consider the expiry time of the Authorization token when determining cache expiry.
**To Reproduce**
Use …
-
**Describe the bug**
On a multi-tenant app one user can be able to get data from multiple tenants, if they have access to them. [f.eg] having a user who has access to 2 tenants, the jwt looks like .…
-
In OID Federation Automatic Registration, in [12.1.1.1.2. ](https://openid.net/specs/openid-federation-1_0.html#section-12.1.1.1.2)[Processing the Authentication Request](https://openid.net/specs/open…
-
### Description
We had a small surprise when doing tests on latest master in regards to
token authentication. When trying out the code at commit 2314320a70a88dd1527b37d058066b5e7cad8afa
the service…
-
I am trying to have a custom email template. When I use `PasswordResetForm`, everything seems to work fine:
```python
from django.contrib.auth.forms import PasswordResetForm
class CustomPasswo…