Ioannis
Ioannis
Also having the issue where shell errors are showing in sentry, which is something that did not used to happen. Django==1.11.9 raven==6.6.0
Is there any WIP for this ? I can't seem to find any libraries that provide this functionality, with the exception of https://github.com/ByteInternet/drf-oidc-auth..
@juanifioren trying to find out if I need to implement this my self, or if there is a library in place that I can use, as I need it for...
This is what I am using on a backend service, to verify Auth tokens received are valid. Tokens can be reference or JWT. They are generated by an external service....
Have made some minor corrections since... do you want me to make a PR with the above Auth class? Any comments ?
Ok, will be sometime within a week 👍 Will probably need some corrections to make things more generic, as I have been developing against an in-house OIDC server.
Might be a while before I do it properly as I am short on time, but have started here: https://github.com/latusaki/django-oidc-provider Will look to integrate the existing claims classes etc properly.
The aim of this code is to allow someone who is building a DRF API, to validate OIDC tokens that the frontend is passing to it. As such, it would...
Didnt test *2, but *1 does not happen on 2.0.12, RN 22.2, API 24