rayjlim / notesee

Markdown supported wiki with Network graph
MIT License
2 stars 0 forks source link

if auth not used in backend, do not show in frontend #143

Open rayjlim opened 1 year ago

rayjlim commented 1 year ago

in backend, if no username/password, then notesee_settings should return password auth = false Then the frontend should not show login form for user/pass

similar if ACCESS_GOOGLE_ID not set, then notesee settings should return google auth = false Then the frontend should not show the login form for google one-click

don't show logout button if login not enable from backend

given The system does not use Authentication password when User visits a note then Don't show the logout button