Skip to content
New issue

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

Implement functional login #1

Open
4 tasks done
skeltont opened this issue Aug 1, 2020 · 2 comments
Open
4 tasks done

Implement functional login #1

skeltont opened this issue Aug 1, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@skeltont
Copy link
Owner

skeltont commented Aug 1, 2020

Since this tool is private for me, I just want the login to be a single password. I might live to regret this, but I think it's simple enough.

  • html template
  • auth / security helper module using bcrypt
  • WTForms form processing & validation, just the one field for password.
  • secure session?

I think to use the secure session I need to have https which means I need a cert. If i'm gonna get a cert I should probably buy a domain but because this is the first ticket, I will probably put this off.

@skeltont skeltont added the enhancement New feature or request label Aug 1, 2020
@skeltont skeltont self-assigned this Aug 1, 2020
@skeltont
Copy link
Owner Author

skeltont commented Sep 2, 2020

login form is there and session is set. Now I just need to restrict navigation based on if they have a valid session or not.

@skeltont
Copy link
Owner Author

skeltont commented Sep 2, 2020

also need a logout endpoint, but that's ez

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant