codersforcauses / bluecrew

MIT License
2 stars 0 forks source link

Setup JWT authentication endpoint #7

Open HuxleyBerry opened 6 days ago

HuxleyBerry commented 6 days ago

What is JWT?

JWT (short for JSON Web Token) is a method of authentication. The typical steps in the authorisation flow are outlined below (in a slightly simplified form):

We will be using the Simple JWT plugin for this. You won't need to program anything for this issue -- you just need to install and configure simplejwt.

github-actions[bot] commented 15 hours ago

Branch issue-7-Setup_JWT_authentication_endpoint created!