I have Implemented Basic Auth for dagu, but how to logout the user ? #499
Unanswered
Narsimha1997
asked this question in
Q&A
Replies: 1 comment
-
Hi, thanks for the question. Currently there's no logout feature for Dagu basic auth function. In general those credentials for basic authentication are cached in the browser automatically and there's no traditional way to remove these. While it's possible to implement a feature to remove these credentials from the program side when user wants to logout (which requires some hacky code), I think it's better to have a normal authentication feature where user can register an admin user with username and password and login / logout. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have added admin file in dagu home directory and iam able to sign in when i access dagu , but after sign in its always in signed in state.
and when i go to another browser getting again sign in but in same browser once signed in not asking to sign..
for this do we have logout mechanism, if so please provide related docs link.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions