Yang Luo
|
1055d7781b
|
Improve error handling in AutoSigninFilter
|
2023-10-15 12:43:36 +08:00 |
|
Yang Luo
|
43d849086f
|
Fix 127.0.0.1 bug in isHostIntranet()
|
2023-10-13 23:29:37 +08:00 |
|
Yang Luo
|
0096e47351
|
feat: fix 403 error in CorsFilter
|
2023-10-10 18:39:25 +08:00 |
|
Yang Luo
|
e3558894c3
|
Add isHostIntranet to CORS filter
|
2023-10-08 19:29:19 +08:00 |
|
Yang Luo
|
2fd2d88d20
|
Return 403 in filter's responseError()
|
2023-10-05 00:12:02 +08:00 |
|
Yang Luo
|
b01ba792bb
|
Rename to accessSecret
|
2023-06-16 20:42:15 +08:00 |
|
XDTD
|
967fa4be68
|
feat: add access key and secret key for user (#1971)
|
2023-06-13 22:18:17 +08:00 |
|
yehong
|
02e692a300
|
feat: return most backend API errors to frontend (#1836)
* feat: return most backend API errros to frontend
Signed-off-by: yehong <239859435@qq.com>
* refactor: reduce int type change
Signed-off-by: yehong <239859435@qq.com>
* feat: return err backend in token.go
Signed-off-by: yehong <239859435@qq.com>
---------
Signed-off-by: yehong <239859435@qq.com>
|
2023-05-30 15:49:39 +08:00 |
|
Yang Luo
|
842d4865b2
|
Fix router error message's i18n
|
2023-02-18 16:11:23 +08:00 |
|
Gucheng Wang
|
04709f731b
|
Update beego to v1.12.11
|
2022-09-29 19:45:17 +08:00 |
|
Gucheng Wang
|
db37f53d6c
|
Update license headers.
|
2022-02-13 23:39:27 +08:00 |
|
Steve0x2a
|
051752340d
|
feat: add userinfo endpoint (#447)
* feat: add userinfo endpoint
Signed-off-by: 0x2a <stevesough@gmail.com>
* feat: add scope support
Signed-off-by: 0x2a <stevesough@gmail.com>
* fix: modify the endpoint of discovery
Signed-off-by: 0x2a <stevesough@gmail.com>
|
2022-01-26 11:56:01 +08:00 |
|
Gucheng Wang
|
c22ab44894
|
Update import path.
|
2022-01-20 14:11:46 +08:00 |
|
Gucheng Wang
|
0adb9b0047
|
Improve parseBearerToken().
|
2021-12-13 00:37:13 +08:00 |
|
Steve0x2a
|
00ab156453
|
fix: support using bearer token to access protected resources (#364)
* fix: require signed in by bearer token.
Signed-off-by: 0x2a <stevesough@gmail.com>
* fix: utilize existing code refactoring functions
Signed-off-by: 0x2a <stevesough@gmail.com>
* fix: improve the bearer parese function
Signed-off-by: 0x2a <stevesough@gmail.com>
|
2021-12-13 00:25:44 +08:00 |
|
Yang Luo
|
964b60da29
|
Support silent login from HTTP basic authentication.
|
2021-09-21 22:57:37 +08:00 |
|
Yang Luo
|
465d25a272
|
Improve router base.go
|
2021-09-05 14:44:27 +08:00 |
|
Yang Luo
|
14d09cad2c
|
Support server-side upload-resource call.
|
2021-09-05 01:03:29 +08:00 |
|
Yang Luo
|
b7e0a4fe4e
|
Return 200 for denied request.
|
2021-08-14 14:26:42 +08:00 |
|