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
59cde6ad
No related branches found
No related tags found
This commit is part of merge request !286. Comments created here will be created in the context of that merge request.
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