manoj
|
99411739a7
|
added phone number check to retrive the user
|
2022-12-29 20:18:21 +05:30 |
|
manoj
|
596f957b6e
|
Merge branch 'feat/couchbase-db-support' of https://github.com/manojown/authorizer into feat/couchbase-db-support
|
2022-12-29 20:15:37 +05:30 |
|
manoj
|
303c59ac91
|
Revert "Merge branch 'main' of https://github.com/manojown/authorizer into feat/couchbase-db-support"
This reverts commit 2052b850a3 , reversing
changes made to fe862a50e5 .
|
2022-12-29 20:14:06 +05:30 |
|
manoj
|
5c92b037ac
|
added missing getuserByphone methods in provider
|
2022-12-29 20:03:22 +05:30 |
|
manoj
|
2052b850a3
|
Merge branch 'main' of https://github.com/manojown/authorizer into feat/couchbase-db-support
|
2022-12-29 16:04:26 +05:30 |
|
manoj
|
fe862a50e5
|
remove unused empty line changes
|
2022-12-18 11:46:48 +05:30 |
|
manoj
|
fb74bce9c3
|
indexing added
|
2022-12-18 11:34:03 +05:30 |
|
manoj
|
4245afa024
|
pass the scope name to provider so every provider method can use the same scopename
|
2022-12-17 16:05:13 +05:30 |
|
manoj
|
1b2483d47f
|
added dynamic params and seprate the update logic for common use
|
2022-12-17 15:13:45 +05:30 |
|
manoj
|
2d968309bb
|
fix test cases for user data
|
2022-12-01 14:58:35 +05:30 |
|
manoj
|
fc319d7934
|
resolve conflict with base branch
|
2022-11-29 17:19:06 +05:30 |
|
manoj
|
3381e6d5df
|
otp, email and other improvement added
|
2022-11-26 17:43:39 +05:30 |
|
Lakhan Samani
|
7a28795fa0
|
Merge pull request #302 from authorizerdev/fix/sql-user-deletion
fix(sql): user deletion
|
2022-11-25 22:46:57 +05:30 |
|
Lakhan Samani
|
f5db00beb0
|
fix(sql): user deletion
Resolves: https://github.com/authorizerdev/docs/issues/18
|
2022-11-25 22:45:23 +05:30 |
|
Lakhan Samani
|
d515a1f41d
|
chore: update app 1.1.4
|
2022-11-25 22:40:14 +05:30 |
|
Lakhan Samani
|
c948c98e94
|
Merge pull request #298 from authorizerdev/fix/url-parsing
fix: remove extra slash from host
|
2022-11-24 19:13:50 +05:30 |
|
Lakhan Samani
|
e985e096bc
|
fix: remove extra slash from host
|
2022-11-24 12:58:04 +05:30 |
|
Lakhan Samani
|
70bab70ead
|
fix: validating id_token
|
2022-11-23 22:03:08 +05:30 |
|
Lakhan Samani
|
6ddaf88e3f
|
Merge pull request #294 from authorizerdev/fix/sql-unique-phone-constraint
fix(server): unique constraint for phone_number on mssql
|
2022-11-17 23:10:55 +05:30 |
|
Lakhan Samani
|
f8bcd0fe51
|
fix(server): unique constraint for phone_number on mssql
|
2022-11-17 23:08:17 +05:30 |
|
Lakhan Samani
|
16c4b8ab76
|
fix(server): global logging
|
2022-11-17 10:35:38 +05:30 |
|
Lakhan Samani
|
0788c5ff5e
|
fix(server): default loglevel via cli arg
|
2022-11-17 10:27:55 +05:30 |
|
Lakhan Samani
|
2d5d38de02
|
fix(server): gorm logging
- add support for LOG_LEVEL env var (Resolves #271)
|
2022-11-17 10:25:00 +05:30 |
|
Lakhan Samani
|
0dd06d9afd
|
fix(server): basic auth check
|
2022-11-17 05:44:40 +05:30 |
|
Lakhan Samani
|
d2f472a9cf
|
Merge pull request #293 from luclu7/main
fix: codeVerifier shouldn't be empty for basic auth
|
2022-11-17 05:44:01 +05:30 |
|
Luclu7
|
4678193300
|
fix: codeVerifier shouldn't be empty for basic auth
|
2022-11-16 23:31:39 +01:00 |
|
Lakhan Samani
|
67be8ae285
|
feat(server): allow using client_id & secret from basic auth header in token endpoint
|
2022-11-16 22:40:45 +05:30 |
|
Lakhan Samani
|
f9d2130c65
|
Merge pull request #270 from authorizerdev/fix/oauth-provider
fix(server): authorizer openid flow
|
2022-11-16 12:27:30 +05:30 |
|
Lakhan Samani
|
bb2a42a1db
|
fix: update app package
|
2022-11-16 12:20:32 +05:30 |
|
Lakhan Samani
|
f857c993c8
|
Merge branch 'main' of https://github.com/authorizerdev/authorizer into fix/oauth-provider
|
2022-11-16 11:47:47 +05:30 |
|
Lakhan Samani
|
824f286b9b
|
Merge pull request #290 from authorizerdev/feat/plain-html-editor
feat: add plain html editor for email templates
|
2022-11-16 11:31:42 +05:30 |
|
anik-ghosh-au7
|
ecefe12355
|
chore: format graphql schema
|
2022-11-15 22:39:04 +05:30 |
|
anik-ghosh-au7
|
5c8f9406f6
|
fix: email template resolver and for matting changes
|
2022-11-15 22:12:14 +05:30 |
|
Lakhan Samani
|
75a547cfe2
|
fix: other auth recipes for oidc idp + remove logs
|
2022-11-15 21:45:08 +05:30 |
|
Lakhan Samani
|
579899c397
|
fix(server): creepy @@ string split logic for auth_token
|
2022-11-13 01:22:21 +05:30 |
|
Lakhan Samani
|
9320f1cb07
|
fix(server): add flow comment
|
2022-11-13 00:40:28 +05:30 |
|
Lakhan Samani
|
c09558043e
|
fix(server): spacing
|
2022-11-13 00:16:22 +05:30 |
|
Lakhan Samani
|
49556b1709
|
fix: openid flow
|
2022-11-12 23:54:37 +05:30 |
|
Lakhan Samani
|
4775641431
|
Merge branch 'main' of https://github.com/authorizerdev/authorizer into fix/oauth-provider
|
2022-11-10 22:51:13 +05:30 |
|
anik-ghosh-au7
|
ae84213e34
|
fix: allow design variable empty value for email templates
|
2022-11-09 22:54:05 +05:30 |
|
anik-ghosh-au7
|
87bf1c3045
|
fix: allow design variable empty value for email templates
|
2022-11-09 22:48:12 +05:30 |
|
Lakhan Samani
|
e525877467
|
fix: latest tag
|
2022-11-09 22:27:52 +05:30 |
|
anik-ghosh-au7
|
b467e7002d
|
feat: add plain html email template editor
|
2022-11-09 22:17:41 +05:30 |
|
Lakhan Samani
|
78bdd10a15
|
Merge pull request #289 from authorizerdev/fix/build
Fix/build
|
2022-11-09 22:08:13 +05:30 |
|
Lakhan Samani
|
512fd4f1f7
|
chore: add multi arch setup
|
2022-11-09 17:36:53 +05:30 |
|
Lakhan Samani
|
67da4a49e4
|
chore: use zip for windows assets
|
2022-11-09 16:07:27 +05:30 |
|
Lakhan Samani
|
48deae1d11
|
chore: fix multi arch build
|
2022-11-09 15:02:37 +05:30 |
|
Lakhan Samani
|
1f2ded4219
|
chore: fix tags
|
2022-11-09 14:15:09 +05:30 |
|
Lakhan Samani
|
cb5af1e679
|
use non c binding for sqlite
|
2022-11-09 13:07:20 +05:30 |
|
Lakhan Samani
|
27160ecbd5
|
chore: fix arm dependencies
|
2022-11-09 09:46:27 +05:30 |
|