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

feat: create account automatically when unregistered user logs in (#464) #466

Merged
merged 4 commits into from
Nov 26, 2024

Conversation

hunterckx
Copy link
Contributor

@hunterckx hunterckx commented Nov 25, 2024

  • /api/me is changed to take PUT requests instead of GET (this may be what it should have been already since the login date gets updated)
  • If the user's account doesn't already exist, me will create it
  • The login process is otherwise the same as before

@hunterckx hunterckx marked this pull request as ready for review November 25, 2024 22:01
@hunterckx hunterckx force-pushed the hunter/464-auto-create-account branch from 1751bd4 to a5dc282 Compare November 26, 2024 00:04
@NoopDog NoopDog merged commit 8a9bff3 into main Nov 26, 2024
4 checks passed
@NoopDog NoopDog deleted the hunter/464-auto-create-account branch November 26, 2024 00:29
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.

2 participants