-
Really nice and well thought out implementation. :+1:
I am interested to run OAuth server and and resource server(s) on separate JVMs.
in this case, JWTs helps reduce network roundtrips to valid…
-
Are there plans to implement JSON Web Token authentication?
-
-
I started work on another extension that adds basic JWT features to a Flask application over at https://github.com/mattupstate/flask-jwt this is a much better implementation for token authentication t…
-
Una vez que nos logeamos y creamos el JWT ¿Como se lo pasamos al autentificador?
La única manera que encontré por ahora es copiarlo y pasárselo como parámetro en el Postman.
![postman_2018-06-18_03…
-
Thanks for making this gem!
I tried it and it works. However, right now it only works with Bluesky account whereas ATProto is an agnostic protocol that should work with any number of authentication…
-
I'm having a problem with the API deployment and I don't see any error messages. It looks like its deploying the API, but in the APIs tab does not show any active APIs.
![Image](https://github.com/us…
-
Is it possible to add support for JSON web token for authentication/authorization?
-
So I'm trying to just grab the payload by doing this from the rails console:
`original_jwt = Knock::AuthToken.new token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1MDY1MzcwNjMsImF1ZCI6ZmFsc2Us…
-
Hi there 👋🏼
**Describe the bug**
In prod OAuth fails for me with the following (it works in dev):
```
⨯ Error: OAuth "invalid_client_metadata" error: Failed to fetch client information due …