Commit ada42ae
* [#56] 📦 axios install
* [#56] 📦 fix node package
* [#56] ✨ add 'useAuthStore'
* [#56] ✨ add signIn query (use 'axios')
* [#56] ✨ login page (for test)
* [#56] ✨ add auth Type
* [#56] ✨ root Page for test (for logout)
* [#56] 📦 typescript package fix
* [#56] 🐛 fix for debugging
* [#56] 🐛 add 'console log' for checking 'response.result'
* [#56] 🔧 add base url in env file
* [#56] ♻️ update auth related types
* [#56] 🚚 rename auth api request methods file + useAuthStore
* [#56] ♻️ rewrite module import paths along to the names changed
* [#56] 🚚 rename module import path
* [#56] ♻️ rename page name + change how page component is declared with a light type correction
* [#56] ♻️ sign-in api request refactor
* [#56] 🌱 pull commits
* [#56] ✨ create sign-in proxy server
* [#56] ✨ create sign-out proxy server
* [#56] 🗑️ remove duplicated files
* [#56] 💄 format all files
* [#56] 🗑️ remove unused variables and import lines
* [#56] ♻️ turn any type into unknown
---------
Co-authored-by: 장아영 <[email protected]>
Co-authored-by: KingNono1030 <[email protected]>
1 parent d544f2c commit ada42ae
File tree
15 files changed
+6172
-5393
lines changed- .github/workflows
- src
- app
- (pages)/sign-in
- api/auth
- sign-in
- sign-out
- services/auth
- stores
- styles
- types
15 files changed
+6172
-5393
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
79 | 86 | | |
80 | 87 | | |
81 | 88 | | |
0 commit comments