How to use HTTP Auth JWT #785
-
|
I'm working on a GoFr-based web application and need to implement JWT (JSON Web Token) authentication for securing my HTTP endpoints. Could you provide guidance on how to set up JWT authentication in GoFr? Specifically, I'm looking for a step-by-step approach to generate, validate, and use JWTs for protecting my API routes. Would you like more details on how to implement this in GoFr? |
Beta Was this translation helpful? Give feedback.
All reactions
@christianmahardhika - Did you take a look at the documentation: https://gofr.dev/docs/advanced-guide/http-authentication,
It would be helpful.
Replies: 1 comment 2 replies
-
|
@christianmahardhika - Did you take a look at the documentation: https://gofr.dev/docs/advanced-guide/http-authentication, |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
I've read the documentation carefully but unfortunately, I not found http-authentication that relate to JWT (from header Bearer Token). I am afraid I just found Basic Auth and Api Key. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
I think you missed the 3rd heading of the page. |
Beta Was this translation helpful? Give feedback.