How to log out of Clerk OAuth session?
I have a Django application and I’m trying to authenticate users with Clerk as an OAuth2 provider (see Use Clerk as an OAuth 2 Provider for reference). I’m using authlib
to help with the flow, and here is what I have in my views class: