-
@server(
prefix: v1
group: general
jwt: JwtAuth
middleware : JwtBlackList
)
service app {
@doc "public new"
@handler PublicAdd
post /general/publicAdd (GeneralPublicAddReq) returns (…
-
Hello,
I was going through the graphql-python Authentication part and I got an error when I reached the "Configuring django-graphql-jwt" part.
```
Internal Server Error: /graphql/
Traceback (…
-
![Screenshot 2024-05-13 123741](https://github.com/SamarthKadam/ChatBox/assets/142658623/a55c1d0e-9072-4d0b-bb48-53de18237862)
**Expected Behavior:**
- Users should be required to sign up and lo…
-
When sending requests to the "auth/jwt/create" endpoint, the message "No active account found with the given credentials" is not translated:
```
{
"detail": "No active account found with the gi…
Upr82 updated
6 months ago
-
### Describe the bug
Hi,
thank you for this amazing solution.
My solution is deployed on k8s with Azure. I have an ingress with lets encrypt. I've used the templates so I got admin, adminapi and …
-
Hi,
Slim-jwt-auth is "Authentication middleware":
This middleware implements JSON Web Token Authentication.
**Authentication should:**
- parse and validate token if found
- add identity of …
-
### Subject of the issue
I'm using middleware('auth:api', ['except' => ['login']]) in constructor as provided in jwt wiki.
As I good undestand JWT I should be able to refresh token without having va…
-
I've been looking at similar reports - and I couldn't figure out which one would be best for this one, in the end decided on new one, hopefully all the appropriate ones will be merged.
So I had a w…
-
I'm using version ``dev-develop`` of ``jwt-auth``.
I see 2 middlewares under ``Middlewares`` directory which are similar.
One is ``Check`` and the other ``Authenticate``.
But both of them fun…
-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I have s…