Jakub-Radzik / Advanced_Web_Dev

0 stars 0 forks source link

Add SSO for admin users #13

Open Kamil-Herbetko opened 1 year ago

Kamil-Herbetko commented 1 year ago

We need to create endpoint for loging in with SSO. So we need to create 3 things:

Authenticated user should get a token that will be validated at certain protected endpoints. For more information check SSO with fastAPI tutorial and fastAPI documentation

Kamil-Herbetko commented 1 year ago

There was no need for user model (As Mr. Jóźwiak requrested), thus, only JWT with SSO