-
I see you have drfpasswordless in the settings.py
Is JWT something you'd be interested in adding to this project?
-
JOSE:
Token
Key
Algorithm
Signature
Claims
-
I have encountered some issues adding the securityScheme to an api
After the line `fuego.Use(restricted, util.MiddlewareJWT),` I would like to add support for configuring OpenAPI security schemas, …
-
### Implement Authentication Pages (Login, Signup, Signout)
**Objective:**
Create full-stack authentication functionality for our app, including Login, Signup, and Signout pages.
**Project Over…
-
Hello,
I'm having a difficult time debugging the reason for getting the following error:
Traceback (most recent call last):
File "/Users/christophercox/opt/anaconda3/bin/jupyter-notebook", li…
-
So, hopefully this will be the last one. In our application we have
```
install(Authentication) {
jwt(configure = authenticationProvider)
}
```
and I would like for routes within…
-
### Task: Implement the Login Page
**Objective:**
Create a responsive login page where users can log in using their email and password.
### Requirements:
- Create a form with two inputs:
-…
-
I'd like to propose adding authentication to the login functionality. I can implement secure user authentication using like JWT (JSON Web Token) to ensure safe login .
-
As discussed under https://github.com/openid/federation/issues/12 there is now a mechanism that allows clients to state what options they support.
However there is no way (when using automatic regi…
-
**Describe the bug**
I was currently tinkering with SMART on Fhir and tried to impliment my own basic EHR. Every thing works fine until I try to launch an APP within the EHR context. The problem sho…