-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feat] LoginView #21
Labels
Milestone
Comments
angel-penchev
added
feature
New feature or request
server
Tasks regarding the backend server
client
Tasks regarding the frontend client
labels
Oct 23, 2021
angel-penchev
added a commit
that referenced
this issue
Oct 23, 2021
Created a context to hold application config data. This is to replace configuration.ts as it was creating issues. Vaigly references #21.
angel-penchev
added a commit
that referenced
this issue
Oct 23, 2021
Created basic login form layout. References #21.
angel-penchev
added a commit
that referenced
this issue
Oct 23, 2021
Added field validation using formic. Verified login works correctly with the backend. References #21.
angel-penchev
added a commit
that referenced
this issue
Oct 23, 2021
Created a grid with buttons for signing using other vendors. Created a login view to display those buttons and the login form. References #21.
angel-penchev
added a commit
that referenced
this issue
Feb 23, 2022
Initialized user context for session cookie val. References #21.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature you'd like
Create a login page which allows the user to sign-in with an username and a password, continue using a Google, Discord or GitHub account or continue without loging in.
Additional context
OAuth2.0 React + Passport Course | Full Dev & Deployment by Nathaniel Woodbury on YouTube
The text was updated successfully, but these errors were encountered: