lemonScaletech
f6981ef3b2
Merge branch 'main' into feat/mfa_totp_integration
2023-09-13 17:54:05 +05:30
Lakhan Samani
c8ccb89a67
Merge pull request #391 from team-scaletech/fix/webhook_bug_389
...
Fix/webhook bug 389
2023-09-13 17:46:55 +05:30
lemonScaletech
af66958b5d
fixes:
...
* return variable to snake case
* import refactoring
2023-09-13 14:14:56 +05:30
lemonScaletech
96fdc38c3c
test-cases:
...
* completed test cases
* tested for all dbs
2023-09-12 19:09:37 +05:30
lemonScaletech
80e8b3aaac
Merge branch 'main' into feat/mfa_totp_integration
2023-09-11 11:59:46 +05:30
lemonScaletech
9519b53d4e
Merge branch 'main' into fix/webhook_bug_389
2023-09-11 11:57:19 +05:30
Anand Kumar Panigrahi
e7cfaf4fbe
Merge branch 'authorizerdev:main' into main
2023-09-11 11:55:27 +05:30
lemonScaletech
0e931d6e65
feat:
...
* test cases totp
2023-09-11 11:45:32 +05:30
Lakhan Samani
0428488dab
Merge pull request #393 from Juneezee/refactor/redundant-nil-check
...
refactor(server/utils): remove redundant nil check
2023-09-11 11:42:58 +05:30
Eng Zer Jun
f3b672a4cf
refactor(server/utils): remove redundant nil check
...
From the Go specification:
"3. If the map is nil, the number of iterations is 0." [1]
Therefore, an additional nil check for before the loop is unnecessary.
[1]: https://go.dev/ref/spec#For_range
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-09-09 12:57:20 +08:00
Lakhan Samani
1d6f569f92
fix: default value for disable playground
2023-09-09 07:11:13 +05:30
Lakhan Samani
fbdc24f314
Merge pull request #390 from team-scaletech/feat/disable_playground
...
feat: disable playground for non admin
2023-09-08 21:57:57 +05:30
lemonScaletech
a3fa0eb6cd
feat:
...
* encrypted userid
* added totp_verified column in user table
* started test for totp
2023-09-06 18:49:54 +05:30
Anand Kumar Panigrahi
1275644abe
Merge branch 'authorizerdev:main' into main
2023-09-06 11:30:06 +05:30
lemonScaletech
bbb1cf6301
feat:
...
* integrated totp
2023-09-06 11:26:22 +05:30
Lakhan Samani
ac6b08c093
Merge pull request #392 from imchairmanm/feat/add_koyeb_button
...
Add button to deploy to Koyeb
2023-09-03 21:11:46 +05:30
lemonScaletech
9fda8c01f5
feat:
...
* added toggle in dashboard
* fixing issue with env set
2023-09-01 19:36:47 +05:30
Justin Ellingwood
fe461b675b
Add button to deploy to Koyeb
2023-09-01 13:30:44 +01:00
lemonScaletech
3f5283bf7f
feat:
...
* added totp methods in db's providers
* adding totp in login method
2023-08-31 19:50:44 +05:30
lemonScaletech
d9bfb74c98
Merge branch 'fix/webhook_bug_389' into feat/mfa_totp_integration
2023-08-29 18:21:14 +05:30
lemonScaletech
77e219d990
fix:
...
* #389 resolved
* typo fixed
2023-08-29 18:14:48 +05:30
lemonScaletech
9ff1fa6f84
fix:
...
* removed hasReversedValue in playground
2023-08-29 12:48:44 +05:30
lemonScaletech
3ea13d7e93
refactor:
...
* added blank line eof .env.sample
2023-08-29 12:19:16 +05:30
lemonScaletech
940a09d172
Merge remote-tracking branch 'origin/feat/disable_playground' into feat/disable_playground
...
# Conflicts:
# app/yarn.lock
# server/constants/env.go
# server/env/env.go
# server/env/persist_env.go
# server/memorystore/providers/redis/store.go
2023-08-29 12:00:24 +05:30
lemonScaletech
3ac6875f87
feat:
...
* resolved conflicts
2023-08-29 11:55:27 +05:30
lemonScaletech
937506ff64
Merge branch 'main' into feat/disable_playground
...
# Conflicts:
# app/yarn.lock
# dashboard/yarn.lock
# server/constants/env.go
# server/env/env.go
# server/env/persist_env.go
# server/graph/model/models_gen.go
# server/memorystore/providers/redis/store.go
2023-08-29 11:44:07 +05:30
lemonScaletech
9795ba9097
feat:
...
* added disable playground functionality
* added toggle button for playground in dashboard
2023-08-29 11:36:18 +05:30
vipul patel
11dbe9d97a
Merge pull request #1 from authorizerdev/main
...
Authorizer to foke authorizer
2023-08-29 09:15:53 +05:30
lemonScaletech
c9b8bbc3e1
feat:
...
* added disable playground functionality
* added toggle button for playground in dashboard
2023-08-28 19:51:42 +05:30
Lakhan Samani
a124edfaee
Add user to validate_session
...
Resolves #379
2023-08-19 20:45:20 +05:30
Lakhan Samani
5e6b033024
fix microsoft active directory config
2023-08-17 14:20:31 +05:30
Lakhan Samani
171d4e3fff
remove unused code
2023-08-14 14:16:54 +05:30
Lakhan Samani
cf96a0087f
Fix tests for verifying otp using mfa session
2023-08-14 14:15:52 +05:30
Lakhan Samani
09cfad9c27
Merge pull request #382 from authorizerdev/feat-add-field-for-app-data
...
Add app_data
2023-08-14 12:05:58 +05:30
Lakhan Samani
35e563ab3b
Add app_data
2023-08-14 12:01:37 +05:30
Lakhan Samani
e625ed9633
allow common tenant for microsoft
2023-08-03 14:43:27 +05:30
Lakhan Samani
a042c202a0
fix microsoft active directory config
2023-08-03 13:29:07 +05:30
Lakhan Samani
7a76b783b1
Merge pull request #372 from catusax/main
...
feat: add mfa session to secure otp login
2023-08-03 12:34:39 +05:30
Lakhan Samani
e5400bc7bd
fix microsoft active directory config
2023-08-03 12:33:20 +05:30
Lakhan Samani
a8503666e3
fix: add events for signup
2023-08-02 10:02:41 +05:30
Lakhan Samani
b028be3cbc
Merge pull request #377 from authorizerdev/fix-webhook-test-endpoint
...
fix: test webhook endpoint mutation
2023-08-02 00:04:55 +05:30
Lakhan Samani
9a8d20b698
fix: test webhook endpoint mutation
...
Resolves #376
2023-08-02 00:04:07 +05:30
Lakhan Samani
fab3c2f87e
Merge pull request #375 from authorizerdev/fix-db-refs
...
Fix db refs
2023-08-01 23:38:00 +05:30
Lakhan Samani
3fefcfcd9a
fix: refs for dynamo db
2023-08-01 17:37:34 +05:30
Lakhan Samani
c2defdbaac
fix: refs for cassandra db
2023-08-01 16:09:17 +05:30
Lakhan Samani
15a4be5431
fix: refs for db provider and few utils
2023-07-31 16:42:11 +05:30
Lakhan Samani
146561bacb
fix: allow multi tenant for microsooft
2023-07-25 11:45:08 +05:30
catusax
0c334856bc
Merge branch 'main' into main
2023-07-24 14:04:26 +08:00
catusax
ba0cf189de
userid ass mfa session key
2023-07-24 12:00:30 +08:00
Lakhan Samani
9f52c08883
[app] bump authorizer-react 1.1.13
2023-07-24 11:56:56 +08:00