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

Basic User Authentication #6

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from
Draft

Conversation

lucas-pace
Copy link

Issue #3

This pull request introduces modifications to the existing Laravel Breeze user structure. The primary objective of these changes is to enable a more flexible user authentication mechanism, allowing for "logged in" users without the necessity of an email/password combination. That type of user is called "Guest" and it will be used for an easy way to enter in the game session.

  • Changed migration files for database changes to support the new user structure.
  • Test, FormRequest and a controller method for log in Guests.

@lucas-pace lucas-pace marked this pull request as draft February 27, 2024 22:54
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.

3 participants