Resulte Lee
|
8da50b7893
|
feat: extend managed accounts for get-account api (#1068)
* feat: add get-extend-account api
* feat: extend managed accounts for get-account api
* fix go-linter err
* Use GetApplicationsByOrganizationName
|
2022-08-30 00:57:27 +08:00 |
|
q1anx1
|
2ea58cd639
|
chore(style): use gofumpt to fmt go code (#967)
|
2022-08-07 12:26:14 +08:00 |
|
Товарищ программист
|
7f3b2500b3
|
feat: support webauthn (#407)
* feat: support webauthn
* Update init.go
* Update user_webauthn.go
* Update UserEditPage.js
* Update WebauthnCredentialTable.js
* Update LoginPage.js
Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
|
2022-07-12 20:06:01 +08:00 |
|
Bingchang Chen
|
61773d3173
|
fix: support user-defined clientId&Secret (#862)
|
2022-07-06 19:27:59 +08:00 |
|
Yixiang Zhao
|
8a66448365
|
feat: support casdoor as saml idp to connect keycloak (#832)
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2022-06-28 22:05:02 +08:00 |
|
aecra
|
7c9370ef90
|
feat: add CORS filter to fix OPTION request failure (#826)
|
2022-06-26 01:28:33 +08:00 |
|
Gucheng Wang
|
ee42fcac8e
|
Remove signup_item.go
|
2022-06-16 20:52:54 +08:00 |
|
greenhandatsjtu
|
8efd964835
|
fix: unchanged masked client_secret/password updated to *** (#749)
|
2022-05-10 17:37:12 +08:00 |
|
Yi Zhan
|
15daf5dbfe
|
feat: add casdoor as saml idp support (#571)
* feat: add casdoor as saml idp support
Signed-off-by: 0x2a <stevesough@gmail.com>
* fix: merge code
Signed-off-by: 0x2a <stevesough@gmail.com>
* fix: modify response value
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: modify samlResponse generation method
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: generating a response using etree
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: change metadata url
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: modify front-end adaptation
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: recovering an incorrect override
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: change the samlResponse location
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: add relayState support
Signed-off-by: Steve0x2a <stevesough@gmail.com>
|
2022-04-08 23:06:48 +08:00 |
|
Товарищ программист
|
5f8924ed4e
|
feat: support overriding configuration with env (#590)
|
2022-03-20 23:21:09 +08:00 |
|
Yixiang Zhao
|
83a6b757a4
|
fix: password leakage vulnerability caused by pagination (#527)
* fix: password leakage vulnerability caused by pagination
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: unsafe get-app-login response fields
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2022-03-02 20:58:16 +08:00 |
|
Steve0x2a
|
2a0dcd746f
|
feat: add token logout endpoint (#526)
Signed-off-by: Steve0x2a <stevesough@gmail.com>
|
2022-03-02 20:37:31 +08:00 |
|
Steve0x2a
|
2c97f8a8b7
|
feat: add two authentication flow types (#512)
* feat: add two authentication flow types
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: delete implicit method
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: use a more appropriate name
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: apply suggestion
Signed-off-by: Steve0x2a <stevesough@gmail.com>
* fix: remove redundant code
Signed-off-by: Steve0x2a <stevesough@gmail.com>
|
2022-02-27 14:05:07 +08:00 |
|
Gucheng Wang
|
db37f53d6c
|
Update license headers.
|
2022-02-13 23:39:27 +08:00 |
|
Yixiang Zhao
|
5ec0c7a890
|
fix: fix the SQL injection vulnerability in field filter (#442)
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2022-01-26 19:36:36 +08:00 |
|
Gucheng Wang
|
c22ab44894
|
Update import path.
|
2022-01-20 14:11:46 +08:00 |
|
Gucheng Wang
|
dee9bac110
|
Show signupApplication in user edit page.
|
2022-01-15 18:29:10 +08:00 |
|
Yang Luo
|
5e8897e41b
|
Make cert work.
|
2021-12-31 10:02:06 +08:00 |
|
Yang Luo
|
519fd655cf
|
Add GetMaskedApplication() and GetMaskedApplications().
|
2021-12-29 20:04:39 +08:00 |
|
Yang Luo
|
64d3b7e87f
|
Add EnableSigninSession to app.
|
2021-12-28 17:15:47 +08:00 |
|
Yixiang Zhao
|
10a85f2386
|
feat: add server-side search, filter and sorter for all pages (#388)
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
Co-authored-by: Yang Luo <hsluoyz@qq.com>
|
2021-12-25 10:55:10 +08:00 |
|
Yang Luo
|
c88edc4d3e
|
Fix app side bug in org renaming.
|
2021-12-23 01:01:23 +08:00 |
|
Yang Luo
|
f5bc76016d
|
Add restriction to built-in org and app modification.
|
2021-12-23 00:52:32 +08:00 |
|
Yang Luo
|
7cfece3019
|
Add GetMaskedProvider() and GetMaskedProviders().
|
2021-12-21 00:20:12 +08:00 |
|
Yixiang Zhao
|
755d912f61
|
feat: add refresh token mechanism for server side (#336)
* feat: add refresh token mechanism for server side
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* feat: add refresh token expire configuration UI
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
|
2021-12-18 18:49:38 +08:00 |
|
Gucheng Wang
|
95f2a3b311
|
Add TokenFormat to application.
|
2021-12-18 16:16:34 +08:00 |
|
Gucheng Wang
|
79fd6ff5d3
|
Make Application's fields smaller.
|
2021-12-01 21:26:03 +08:00 |
|
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 |
|
Gucheng Wang
|
7f39aee9c4
|
Make application's fields longer.
|
2021-11-25 16:44:49 +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
|
2e1b51910f
|
Support custom HTML for signup and signin pages.
|
2021-10-30 14:18:58 +08:00 |
|
Yang Luo
|
14d09cad2c
|
Support server-side upload-resource call.
|
2021-09-05 01:03:29 +08:00 |
|
Yang Luo
|
acca9eacdc
|
Add app's TermsOfUse.
|
2021-08-03 21:00:17 +08:00 |
|
Kininaru
|
7a2230f63e
|
feat: expose email and sms APIs as services to SDK (#202)
Signed-off-by: Kininaru <shiftregister233@outlook.com>
invalid receivers
|
2021-07-30 14:15:10 +08:00 |
|
sh1luo
|
c632c3c307
|
fix: replace casdoor with casbin (#194)
Signed-off-by: sh1luo <690898835@qq.com>
|
2021-07-25 09:34:25 +08:00 |
|
Yang Luo
|
bb09b24b0f
|
Use signup app for GetApplicationByUser().
|
2021-07-19 10:14:25 +08:00 |
|
Yang Luo
|
64f85fdc6c
|
Fix get null object bug.
|
2021-06-21 01:09:02 +08:00 |
|
Yang Luo
|
d3a8ab8347
|
Finish the prompt page logic.
|
2021-06-20 11:52:04 +08:00 |
|
Yang Luo
|
b11b3b6021
|
Use signup table in Signup API.
|
2021-06-17 00:49:02 +08:00 |
|
Yang Luo
|
02b1feb2e5
|
Add signup table.
|
2021-06-16 14:07:39 +08:00 |
|
Yang Luo
|
7ea469e876
|
Add provider_item.go
|
2021-06-16 00:18:56 +08:00 |
|
Yang Luo
|
a7912eecc1
|
Add SigninUrl to application.
|
2021-06-14 22:55:08 +08:00 |
|
Yang Luo
|
5a852bfd1d
|
Use new providerItem.
|
2021-06-14 22:42:34 +08:00 |
|
Yang Luo
|
9fe310f2b7
|
Add provider table.
|
2021-06-14 19:09:04 +08:00 |
|
Kininaru
|
56be5f9a51
|
feat: authorize via clientId and clientSecret
Signed-off-by: Kininaru <shiftregister233@outlook.com>
|
2021-06-06 17:27:03 +08:00 |
|
Yang Luo
|
089ff6c6eb
|
Add AffiliationUrl.
|
2021-05-24 21:27:00 +08:00 |
|
Yang Luo
|
dbf11d61a7
|
Add sms and email providers to app.
|
2021-05-24 01:02:38 +08:00 |
|
Yang Luo
|
31d981baf1
|
Fix small issues.
|
2021-05-23 23:38:38 +08:00 |
|
Yang Luo
|
b103683fea
|
Refactor GetDefaultApplication().
|
2021-05-16 23:07:45 +08:00 |
|