You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
models.py: defines UserIdentity, and makes sure that it doesn't clash with invenio_oauthclient.models.UserIdentity
This requires performing the same compatibility "trick" to import UserIdentity correctly
utils.py + errors.py: move all external identifiers helpers functions, and make a list of places that can re-use these functions, invenio_oauthclient/contrib/*.py, invenio_oauthclient/handlers.py`
The text was updated successfully, but these errors were encountered:
From https://github.com/inveniosoftware/invenio-saml/tree/master/invenio_saml/invenio_accounts the different files/functions have to be moved in the equivalent files in this module:
models.py
: definesUserIdentity
, and makes sure that it doesn't clash withinvenio_oauthclient.models.UserIdentity
UserIdentity
correctlyutils.py
+errors.py
: move all external identifiers helpers functions, and make a list of places that can re-use these functions,invenio_oauthclient/contrib/*.py
, invenio_oauthclient/handlers.py`The text was updated successfully, but these errors were encountered: