Gives top priority to JWT cookie for the github oauth views. Even if there is a /admin open and logged in, it would not interfere with the workings of connect_github views
Changes:
Edit the jwt_middleware into a decorator (custom_jwt_cookie_middleware)
Edit this middleware to give top priority to JWT cookie
Fixes #92
Gives top priority to JWT cookie for the github oauth views. Even if there is a /admin open and logged in, it would not interfere with the workings of connect_github views
Changes:
custom_jwt_cookie_middleware
)