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: authentication #12

Merged
merged 4 commits into from
Jan 20, 2024
Merged

feat: authentication #12

merged 4 commits into from
Jan 20, 2024

Conversation

elianiva
Copy link
Member

closes #2

what this PR provides:

  • adds felte as a form validation solution
  • adds authjs for authentication provider, currently it only supports credentials provider, but we can expand the provider easily in the future
  • adds svelte-french-toast for toast notification whenever there's an action happening
  • barebones user repository + tests

@elianiva elianiva added the enhancement New feature or request label Jan 18, 2024
@elianiva elianiva self-assigned this Jan 18, 2024
@@ -0,0 +1,18 @@
import * as argon2 from "argon2";

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import argon2.
@elianiva elianiva merged commit f6fd267 into master Jan 20, 2024
3 of 4 checks passed
@elianiva elianiva deleted the feat/auth branch January 20, 2024 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: admin authentication
3 participants