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

Login system #113

Closed
wants to merge 33 commits into from
Closed

Login system #113

wants to merge 33 commits into from

Conversation

gruelingpine185
Copy link
Collaborator

@gruelingpine185 gruelingpine185 commented Jul 20, 2022

Description

Added more routes: login/ and signup/. These routes will act as the gate between the user, the game, and other related items.

Changes

  • New files added to views/ for login/ and signup/ routes
  • Added Colors for buttons/input UI elements. (Some already exist, but they are theme specific rather than universal)
  • Moved all .html files in public/ to views/ (removes extension in url)
  • Linked 404 page so that it get rendered on invalid route

Solves

@devkennyy
Copy link
Owner

devkennyy commented Jul 23, 2022

  • Add email verification step
  • Add checks / requirements for passwords, emails and usernames
  • Profanity filter
  • Redirect to index after login
  • Display username if signed in (beside navbar icon)
  • Make login/signup pages use themes

This pull request was closed.
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.

Login System
2 participants