Add identity checking endpoint
Queries iga for an external id matching ours. If a match is found, the name of the owner is returend. Otherwise we return null. Uses the new iga module to fetch the data.
parent
c746f2ce
No related branches found
No related tags found
Showing
- gregsite/settings/base.py 6 additions, 0 deletionsgregsite/settings/base.py
- gregui/api/urls.py 2 additions, 1 deletiongregui/api/urls.py
- gregui/api/views/identity.py 24 additions, 2 deletionsgregui/api/views/identity.py
- gregui/tests/api/views/test_identity.py 54 additions, 0 deletionsgregui/tests/api/views/test_identity.py
Please register or sign in to comment