Gucheng Wang
|
04bc8628a8
|
Change Application.Providers to mediumtext.
|
2021-11-30 00:48:09 +08:00 |
|
Gucheng Wang
|
d6c9ee508c
|
Add code sign in UI.
|
2021-11-28 21:15:58 +08:00 |
|
Товарищ программист
|
e888ff8475
|
fix: add id_token and support auth header (#338)
|
2021-11-28 18:54:58 +08:00 |
|
Gucheng Wang
|
bfd5d0172a
|
Remove regionId for SMS providers.
|
2021-11-28 13:42:30 +08:00 |
|
Gucheng Wang
|
c46925dbe8
|
Don't panic for sendWebhook() error.
|
2021-11-27 21:12:13 +08:00 |
|
Gucheng Wang
|
7f39aee9c4
|
Make application's fields longer.
|
2021-11-25 16:44:49 +08:00 |
|
Товарищ программист
|
bddd57cda8
|
feat: implement jwks_uri handler in oidc discovery (#334)
Signed-off-by: Товарищ <2962928213@qq.com>
|
2021-11-22 17:47:44 +08:00 |
|
Gucheng Wang
|
44b59d866a
|
Add more args to UploadResource().
|
2021-11-21 16:21:35 +08:00 |
|
Gucheng Wang
|
95600414d9
|
Add UploadFileSafe().
|
2021-11-20 17:26:58 +08:00 |
|
Gucheng Wang
|
9eb09b7db0
|
Add GetUserNoCheck().
|
2021-11-20 15:46:54 +08:00 |
|
Gucheng Wang
|
2b6f397bb9
|
Add some new fields to User.
|
2021-11-19 21:37:13 +08:00 |
|
Товарищ программист
|
825de2bdaa
|
fix: fix incorrect issuer in id token of oidc (#333)
Signed-off-by: Товарищ <2962928213@qq.com>
|
2021-11-19 16:32:05 +08:00 |
|
Gucheng Wang
|
0b3742b0b1
|
Add GetSortedUsers() and GetUserCount() APIs.
|
2021-11-19 10:51:06 +08:00 |
|
Lex Lim
|
64fc810359
|
fix: panic while insert record when request uri too long (#325)
Signed-off-by: Lex Lim <hyperzlink@outlook.com>
|
2021-11-12 00:01:37 +08:00 |
|
Gucheng Wang
|
21f433d278
|
Add logPostOnly.
|
2021-11-09 23:32:53 +08:00 |
|
Gucheng Wang
|
102e22f2c7
|
Add method to record.
|
2021-11-09 23:24:13 +08:00 |
|
Gucheng Wang
|
63f33d0ad9
|
Improve email and phone checking in Signup().
|
2021-11-09 20:29:38 +08:00 |
|
Song Liu
|
d84ddda607
|
fix: Wrong token endpoint value #314 (#315)
Signed-off-by: leo <leo@himysql.com>
Co-authored-by: leo <leo@himysql.com>
|
2021-11-08 22:38:23 +08:00 |
|
Gucheng Wang
|
30a2fdef37
|
Make webhook work.
|
2021-11-07 23:53:17 +08:00 |
|
Gucheng Wang
|
87e6fb63e1
|
Add isTriggered to record.
|
2021-11-07 17:56:45 +08:00 |
|
Gucheng Wang
|
e9e0721b34
|
Add missing fields for record.
|
2021-11-07 17:36:52 +08:00 |
|
Gucheng Wang
|
5ec678fa28
|
Improve record's User field.
|
2021-11-07 17:20:15 +08:00 |
|
Gucheng Wang
|
77fffcacac
|
Refactor the record code.
|
2021-11-07 16:51:16 +08:00 |
|
Gucheng Wang
|
0e71e603ac
|
Add webhook pages.
|
2021-11-07 16:24:13 +08:00 |
|
Gucheng Wang
|
467d709b8e
|
Add MasterPassword to organization.
|
2021-11-06 21:14:53 +08:00 |
|
Gucheng Wang
|
9e920181d2
|
Add user soft deletion.
|
2021-11-06 15:52:03 +08:00 |
|
Gucheng Wang
|
5fd681e971
|
Fix CheckPassword().
|
2021-11-06 14:31:41 +08:00 |
|
Yixiang Zhao
|
b1db47bad1
|
feat: add server-side pagination (#312)
Signed-off-by: “seriouszyx” <seriouszyx@foxmail.com>
|
2021-11-06 11:32:22 +08:00 |
|
Gucheng Wang
|
7792f4589d
|
Add CredManager.
|
2021-11-04 21:30:48 +08:00 |
|
Yixiang Zhao
|
609e9785e4
|
fix: some bugs about SMS API (#310)
Signed-off-by: “seriouszyx” <674965440@qq.com>
|
2021-10-31 08:49:39 +08:00 |
|
Gucheng Wang
|
2e1b51910f
|
Support custom HTML for signup and signin pages.
|
2021-10-30 14:18:58 +08:00 |
|
Gucheng Wang
|
5526286ad8
|
Use RS256 to sign JWT token.
|
2021-10-30 14:18:48 +08:00 |
|
Gucheng Wang
|
795240687d
|
Improve token var name.
|
2021-10-30 14:18:38 +08:00 |
|
Yang Luo
|
6c30ccfb14
|
Update github.com/golang-jwt/jwt to v4.
|
2021-10-10 11:51:19 +08:00 |
|
Yang Luo
|
802df55009
|
Switch to github.com/golang-jwt/jwt
|
2021-10-10 11:06:54 +08:00 |
|
Yang Luo
|
4f2668cd90
|
Remove password in JWT token payload.
|
2021-10-03 22:08:40 +08:00 |
|
Yang Luo
|
15786070bb
|
Mask application for /api/get-app-login
|
2021-09-28 23:41:27 +08:00 |
|
Yang Luo
|
ba0d089589
|
Fix wrong links in oidcDiscovery data.
|
2021-09-26 00:08:35 +08:00 |
|
Yang Luo
|
9a71bb02e3
|
Add data to oidcDiscovery.
|
2021-09-25 15:17:35 +08:00 |
|
Yang Luo
|
a1b5282da9
|
Add /.well-known/openid-configuration route.
|
2021-09-25 14:54:13 +08:00 |
|
Yang Luo
|
80d2738863
|
Increase Resource.Url length to 1000.
|
2021-09-22 22:21:16 +08:00 |
|
Jing Liu
|
e61e46f1e5
|
fix: signup logic when email and phone not enabled (#298)
Signed-off-by: chinggg <24590067+chinggg@users.noreply.github.com>
|
2021-09-21 14:11:05 +08:00 |
|
Yang Luo
|
c7a3ad901b
|
Fix PostgreSQL error in getVerificationRecord().
|
2021-09-20 22:38:04 +08:00 |
|
Yang Luo
|
0ef87632f4
|
Init signup items for "app-built-in".
|
2021-09-20 22:17:52 +08:00 |
|
Yang Luo
|
e4846807cd
|
Show resource list page to users.
|
2021-09-06 00:49:10 +08:00 |
|
Yang Luo
|
a1b16f88d1
|
Add user to Resource.
|
2021-09-05 23:46:56 +08:00 |
|
Yang Luo
|
90ec8ec787
|
Add GetOwnerAndNameFromIdNoCheck() to fix bug.
|
2021-09-05 23:46:55 +08:00 |
|
Yang Luo
|
ef1195960e
|
Improve SendSms() API.
|
2021-09-05 13:15:38 +08:00 |
|
Yang Luo
|
089f4ff480
|
Handle error in go-sms-sender.
|
2021-09-05 10:56:11 +08:00 |
|
Yang Luo
|
88aa444ad1
|
Improve SendEmail() and SendSms() APIs.
|
2021-09-05 10:30:51 +08:00 |
|