HomeSoftware Heritage

auth: Use OIDCUser model directly instead of inheriting from it

Description

auth: Use OIDCUser model directly instead of inheriting from it

Use of auto_created flag has been moved to swh-auth which prevents
the model to be saved to database and makes the app_label flag use
now pointless.

Related to T3150