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/initialize frontend #2

Merged
merged 4 commits into from
Oct 3, 2024
Merged

Feat/initialize frontend #2

merged 4 commits into from
Oct 3, 2024

Conversation

Kitsupitsu
Copy link
Collaborator

Created with Vite ⚡ I added Radix UI for theming, react-router-dom for routing and Stytch for authentication.

Why I selected Stytch as auth provider?

  • Embedded login/registration component instead of redirecting to external login window (like Auth0 did)
  • No need for backend login component
  • User management handled in Stytch

Copy link
Collaborator

@hollannikas hollannikas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Happy with Stytch 🔐
I'll add an ADR in #3 about Stytch, if you don't mind.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should lock the versions (removing the '^') an update them manually


body {
background-image: url("https://trey.fi/content/themes/trey/svg/tausta_aalto.svg");
background-color: #006069;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could use variable

@@ -0,0 +1,50 @@
# React + TypeScript + Vite
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these needed?

@Kitsupitsu Kitsupitsu merged commit f767885 into main Oct 3, 2024
@Kitsupitsu Kitsupitsu deleted the feat/initialize-frontend branch November 9, 2024 10:14
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