Session for login #176
MaheshkumarSundaram
started this conversation in
General
Replies: 1 comment
-
Sorry, I have missed this one, session time out:REQUIRE_AUTHENTICATIONis for front-end to require users to login before using the app ENFORCE_SECURITYis for back-end to ensure the passed-on user is authorized to perform the function Sorry, I am working on better docs Thanks |
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 @ralphhanna,
I suppose there is no session for the login when security is enabled as I see it doesn't expire anytime. Would it possible to add a session to force login again like once a day or something?
Also, what is the difference between
REQUIRE_AUTHENTICATION
andENFORCE_SECURITY
? What if once istrue
while the other isfalse
.Thanks
Beta Was this translation helpful? Give feedback.
All reactions