Is there a way to write the logic for both backend and frontend?
In my current flow, We are using Django rest-framework login, now we need to integrate OpenID connect SSO in our project so guide me how we can integrate OpenID connect SSO with Django-rest framework.
Is there a GitHub example? I am looking for a sample code.