liuyi
|
fb3a0e7b8f
|
refactor(server): auth (#5895)
Remove `next-auth` and implement our own Authorization/Authentication system from scratch.
## Server
- [x] tokens
- [x] function
- [x] encryption
- [x] AuthController
- [x] /api/auth/sign-in
- [x] /api/auth/sign-out
- [x] /api/auth/session
- [x] /api/auth/session (WE SUPPORT MULTI-ACCOUNT!)
- [x] OAuthPlugin
- [x] OAuthController
- [x] /oauth/login
- [x] /oauth/callback
- [x] Providers
- [x] Google
- [x] GitHub
## Client
- [x] useSession
- [x] cloudSignIn
- [x] cloudSignOut
## NOTE:
Tests will be adding in the future
|
2024-03-12 10:00:09 +00:00 |
|
JimmFly
|
d3360f655e
|
chore: update i18n resources (#5906)
|
2024-02-26 07:53:45 +00:00 |
|
Cats Juice
|
e664494b2f
|
refactor(component): new calendar-view DatePicker (#5654)
|
2024-02-20 13:53:37 +00:00 |
|
liuyi
|
b9f20877d0
|
feat(core): make password sigin default if user has one (#5577)
|
2024-01-17 11:13:58 +00:00 |
|
 
|
780ffd94dc
|
feat(core): added new filter for last n days (#5167)
Co-authored-by: rakhee28 <rakhee@strings.ai>
Co-authored-by: EYHN <cneyhn@gmail.com>
|
2023-12-08 11:08:15 +08:00 |
|
JimmFly
|
ce2eeeffbe
|
feat(i18n): update translation (#4923)
|
2023-11-17 17:39:33 +08:00 |
|
Joooye_34
|
bed9310519
|
refactor(infra): directory structure (#4615)
|
2023-10-18 15:30:08 +00:00 |
|