You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is supposed to be running port ?
It starts on 3000, but when authentication against github is performed it redirects to http://localhost:3030/callback
When I changed all references of 3030 to 3000 it seems that it works fine, however there is a problem in the authorization flow
It seems that https://api.github.com/user/emails requires that token is in the authorization header
The text was updated successfully, but these errors were encountered:
mteodor
changed the title
Casbin dashboard UI inconsistency in the running port
Casbin dashboard UI inconsistency in the running port and authentication problem
Dec 10, 2020
What is supposed to be running port ?
It starts on 3000, but when authentication against github is performed it redirects to
http://localhost:3030/callback
When I changed all references of 3030 to 3000 it seems that it works fine, however there is a problem in the authorization flow
It seems that
https://api.github.com/user/emails
requires that token is in the authorization headerThe text was updated successfully, but these errors were encountered: