We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if you are logged-in already, by using API-Endpoint: /api/v1/auth/status
/api/v1/auth/status
if not, show a Login-Screen, which send a request to: /api/v1/auth/login
/api/v1/auth/login
if logged-in show username (fetched by /api/v1/auth/status)
The text was updated successfully, but these errors were encountered:
solved in fa0dfa8
Sorry, something went wrong.
Known Bugs:
can you explicate what is meant with the second issue?
if you are already logged in and enter: https://v2-dev.media.kukoon.de/login automaticaly redirect to https://v2-dev.media.kukoon.de/admin
mugraph
No branches or pull requests
Check if you are logged-in already, by using API-Endpoint:
/api/v1/auth/status
if not, show a Login-Screen, which send a request to:
/api/v1/auth/login
if logged-in show username (fetched by
/api/v1/auth/status
)The text was updated successfully, but these errors were encountered: