DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

JWT Authentication For Flask # 4 Login Create Access And Refresh Tokens

In this video, we use our created user accounts to log into our application by accessing a JWT pair. This JWT pair consists of an access token and a refresh token. We achieve this by using Flask-JWT-Extended, a Flask extension that makes it really easy for us to implement JWT authentication in Flask

Top comments (0)