BankID (OpenIDConnect) + Django backend + Mysql db

Hello again!

I have followed the tutorials for adding authorization to django api and I have followed the tutorials of how to add bankID to flutter.

When I register with email and password, this is saved into my mysql database on aws (i configured the custom database). But when I log in with bankID, nothing is saved.

*** Are there any good tutorials to follow on how to retrieve jwt tokens from auth0 when logging in with bankd/openidconnect, so I can retrieve the neccessary information and save it to the database?

Also, when I log in I am able to successfully log in, but it still says unauthorized.
{
“date”: “2022-03-23T19:28:40.450Z”,
“type”: “feacft”,
“description”: “Unauthorized”,
“connection_id”: “”,
“client_id”: “yKj2mTeCJFEMx0hQsnZ1D6iCYsMhi254”,
“client_name”: null,
“ip”: “79.160.60.116”,
“user_agent”: “hgjkgfjf1.0.0 / Other 0.0.0”,
“details”: {
“code”: “******************************************I3M”
}

*** is it because I havent done this step? or is it something else?