Commit 9d3a9ea
committed
feat(auth): implement authentication manager with email and OAuth support
- Added AuthManager class to handle user authentication and state management.
- Integrated Supabase for authentication, including email/password and OAuth providers (Google, GitHub, Apple).
- Implemented UI for authentication with options to sign in, sign up, and continue as guest.
- Added user avatar display and update functionality based on authentication state.
- Enhanced application initialization to show authentication screen on first run.
- Updated styles for user avatar and authentication UI components.1 parent 99fc200 commit 9d3a9ea
File tree
8 files changed
+1319
-3
lines changed- src
- managers
- styles
- utils
8 files changed
+1319
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
42 | 63 | | |
43 | 64 | | |
44 | 65 | | |
| |||
0 commit comments