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

Add user login functionality #261

Merged
merged 12 commits into from
Jan 4, 2025
Merged

Add user login functionality #261

merged 12 commits into from
Jan 4, 2025

Conversation

stephendade
Copy link
Owner

Finally adding a user login/logout function.

This make Rpanion-server far more secure by requiring a username/password to access all pages and functions.

Todo:

  • Replace hardcoded username/password with something derived from user accounts?
  • Much more testing

server/index.js Fixed Show fixed Hide fixed
@stephendade stephendade force-pushed the login2 branch 2 times, most recently from 7a7db5b to 26d69f6 Compare December 8, 2024 02:49
server/index.js Fixed Show fixed Hide fixed
@stephendade
Copy link
Owner Author

stephendade commented Jan 1, 2025

Todo:

  • Pass through error messages to GUI
  • Create test suite
  • Make UI consistent and other tidy-ups
  • Refactor user login backend to separate module

@stephendade stephendade merged commit 4494271 into master Jan 4, 2025
12 checks passed
@stephendade stephendade deleted the login2 branch January 4, 2025 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant