Yang Luo
|
63a4066a8d
|
Return code for /api/login
|
2021-03-20 13:05:34 +08:00 |
|
Yang Luo
|
7049e09570
|
Add error handling to face page.
|
2021-03-20 12:29:34 +08:00 |
|
Yang Luo
|
80c47dd8c6
|
Add frontend /login/oauth
|
2021-03-20 11:34:04 +08:00 |
|
Yang Luo
|
9980ef1975
|
Add /api/get-app-login
|
2021-03-20 10:51:00 +08:00 |
|
Yang Luo
|
c8cd37058e
|
Add codeToResponse().
|
2021-03-20 09:12:24 +08:00 |
|
Yang Luo
|
18c021b009
|
Merge two login functions.
|
2021-03-20 00:30:37 +08:00 |
|
hsluoyz
|
d0e243fca3
|
Merge pull request #23 from Kininaru/master
feat: added avatar tailoring and uploading
|
2021-03-17 13:25:53 +08:00 |
|
Kininaru
|
1908f528c8
|
feat: added avatar tailoring and uploading
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fixed type errors
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fixed the wrong folder
Signed-off-by: Kininaru <shiftregister233@outlook.com>
rewrite login check logic, added unix time to avatar url
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fixed a bug about strconv
Signed-off-by: Kininaru <shiftregister233@outlook.com>
supported oss
Signed-off-by: Kininaru <shiftregister233@outlook.com>
disabled oss provide qiniu
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Fixed avatar url error
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Fixed avatar length bug
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Fixed avatar length bug
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fixed oss.conf
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Put uploading avatar into UserEditPage
Signed-off-by: Kininaru <shiftregister233@outlook.com>
removed avatar dir
Signed-off-by: Kininaru <shiftregister233@outlook.com>
removed avatar in main.go
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Made CropperDiv a reusable component, and updated README for OSS config
Signed-off-by: Kininaru <shiftregister233@outlook.com>
Convert ts to js
Signed-off-by: Kininaru <shiftregister233@outlook.com>
removed ts
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fix: set avatar link to string 255
Signed-off-by: Kininaru <shiftregister233@outlook.com>
fix: updated yarn lock
Signed-off-by: Kininaru <shiftregister233@outlook.com>
add: Casbin license
Signed-off-by: Kininaru <shiftregister233@outlook.com>
|
2021-03-17 13:19:23 +08:00 |
|
Yang Luo
|
0ce7420907
|
Add HandleLoggedIn().
|
2021-03-15 19:11:41 +08:00 |
|
Yang Luo
|
4a170d1d56
|
Change /api/auth/login to POST.
|
2021-03-15 00:49:16 +08:00 |
|
Yang Luo
|
2a481d6a2e
|
Add frontend getOAuthCode() API.
|
2021-03-15 00:28:34 +08:00 |
|
Yang Luo
|
4e22e0523d
|
Rename redirectUrl to redirectUri.
|
2021-03-15 00:01:21 +08:00 |
|
Yang Luo
|
df948e9e34
|
Fix JWT token bugs.
|
2021-03-14 23:08:08 +08:00 |
|
Yang Luo
|
f014554415
|
Generate real access token.
|
2021-03-14 22:48:09 +08:00 |
|
Yang Luo
|
1fd6ee388c
|
Add /api/oauth/code API.
|
2021-03-14 18:18:03 +08:00 |
|
Yang Luo
|
202a94a8e5
|
Add /api/oauth/token API.
|
2021-03-14 00:18:11 +08:00 |
|
Yang Luo
|
85523fa9d4
|
Add token pages.
|
2021-03-14 00:00:29 +08:00 |
|
Yang Luo
|
64c9548019
|
Update license header.
|
2021-03-13 23:09:14 +08:00 |
|
hsluoyz
|
d38cfa28b8
|
Merge pull request #21 from Kininaru/master
added explainations to Dev and Prod usage in README
|
2021-03-12 11:32:06 +08:00 |
|
Kininaru
|
65f01c1a09
|
added explainations to Dev and Prod usage in README
Signed-off-by: Kininaru <shiftregister233@outlook.com>
|
2021-03-12 11:15:07 +08:00 |
|
Yang Luo
|
5e04b8c726
|
Add HomepageUrl and Description to app.
|
2021-03-06 21:50:48 +08:00 |
|
Yang Luo
|
45ec95b859
|
Add RedirectUrls to app.
|
2021-03-06 21:41:24 +08:00 |
|
Yang Luo
|
9e8bde509a
|
Add clientId and clientSecret to app.
|
2021-03-06 16:39:17 +08:00 |
|
Yang Luo
|
e792e814d4
|
Add other authz rules.
|
2021-03-06 00:40:11 +08:00 |
|
Yang Luo
|
1dfcfb307f
|
Set session cookie to: casdoor_session_id
|
2021-03-06 00:19:06 +08:00 |
|
Yang Luo
|
f3f902af45
|
Parse subOwner, subName.
|
2021-02-28 23:14:48 +08:00 |
|
Yang Luo
|
ba4185c9b1
|
Add AuthzFilter.
|
2021-02-28 20:23:50 +08:00 |
|
Yang Luo
|
dfa77ab25d
|
Add GoogleIdProvider.
|
2021-02-21 23:51:40 +08:00 |
|
Yang Luo
|
e91fdca5e7
|
Improve SelectLanguageBox.
|
2021-02-21 22:35:50 +08:00 |
|
Yang Luo
|
40fb336e95
|
Add IdProvider interface.
|
2021-02-21 22:33:53 +08:00 |
|
Yang Luo
|
62c69a89c1
|
Improve passwordType control.
|
2021-02-20 23:27:30 +08:00 |
|
hsluoyz
|
717d655fdb
|
Merge pull request #14 from RobotHuang/master
feat: support i18n
|
2021-02-20 18:00:12 +08:00 |
|
RobotHuang
|
e301121c21
|
feat: support i18n
Signed-off-by: RobotHuang <1183598761@qq.com>
|
2021-02-20 10:25:29 +08:00 |
|
Yang Luo
|
a09a8b2af0
|
Add README.
|
2021-02-16 17:58:51 +08:00 |
|
Yang Luo
|
df5514ef31
|
Add getUsers() to Auth folder.
|
2021-02-15 23:28:25 +08:00 |
|
Yang Luo
|
60ad52f7ae
|
Add User.isGlobalAdmin
|
2021-02-15 22:14:19 +08:00 |
|
Yang Luo
|
d44a5ee2c1
|
Update app default logo URL.
|
2021-02-15 17:19:48 +08:00 |
|
Yang Luo
|
bf4bbeeb15
|
Fix initAuthWithConfig() arg.
|
2021-02-15 17:08:48 +08:00 |
|
Yang Luo
|
475f79ffc8
|
Set face logo width to 250.
|
2021-02-15 16:54:05 +08:00 |
|
Yang Luo
|
abe1e5eccb
|
Add initBuiltInApplication().
|
2021-02-15 10:32:14 +08:00 |
|
Yang Luo
|
e4778b967f
|
Add dbName config.
|
2021-02-15 10:11:26 +08:00 |
|
Yang Luo
|
e71311b1af
|
Add InitDb().
|
2021-02-15 10:05:14 +08:00 |
|
Yang Luo
|
906fe9758e
|
Add profile links.
|
2021-02-14 22:49:06 +08:00 |
|
Yang Luo
|
65eee22099
|
Check user under org.
|
2021-02-14 21:45:40 +08:00 |
|
Yang Luo
|
7203dcbe22
|
Set CookieSameSite to None.
|
2021-02-14 19:41:51 +08:00 |
|
Yang Luo
|
46fb2b4bff
|
Use a href for oauth icon.
|
2021-02-14 17:40:15 +08:00 |
|
Yang Luo
|
15f9d71127
|
Add UseProxy config.
|
2021-02-14 17:24:05 +08:00 |
|
Yang Luo
|
b5b86262d6
|
Refactor the auth code.
|
2021-02-14 17:12:08 +08:00 |
|
Yang Luo
|
9b45e5fe43
|
Add setAuthServerUrl().
|
2021-02-14 15:59:25 +08:00 |
|
Yang Luo
|
277dec0af3
|
Define auth.ServerUrl.
|
2021-02-14 15:51:56 +08:00 |
|