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
I'm on panel 1.6 on my laptop.
When testing out #7676, I tried adding --login-endpoint="/signin" --logout-endpoint="/signoff" as described in https://panel.holoviz.org/how_to/authentication/configuration.html#endpoints.
--login-endpoint="/signin" --logout-endpoint="/signoff"
It does not work for me
I need to change to --login-endpoint="signin" --logout-endpoint="signoff.
--login-endpoint="signin" --logout-endpoint="signoff
The text was updated successfully, but these errors were encountered:
I was not able to reproduce the problem with signoff but did encounter an issue with the login button pointing to the wrong place.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm on panel 1.6 on my laptop.
When testing out #7676, I tried adding
--login-endpoint="/signin" --logout-endpoint="/signoff"
as described in https://panel.holoviz.org/how_to/authentication/configuration.html#endpoints.It does not work for me
I need to change to
--login-endpoint="signin" --logout-endpoint="signoff
.The text was updated successfully, but these errors were encountered: