authorizer/server/constants
Lakhan Samani fe4c693324
feat: add totp login API (#416)
* fix:
* removed hasReversedValue in playground

* feat:
* added totp methods in db's providers
* adding totp in login method

* feat:
* added toggle in dashboard
* fixing issue with env set

* feat:
* integrated totp

* feat:
* encrypted userid
* added totp_verified column in user table
* started test for totp

* feat:
* test cases totp

* test-cases:
* completed test cases
* tested for all dbs

* fixes:
* return variable to snake case
* import refactoring

* feat:
* created seperate folder for authenticator with totp subfolder
* refactored code
* created new table for authenticators
* added recovery code for totp

* feat:
* adding functions to different db providers

* feat:
* added authenticators method for all db

* feat:
* added logic for updating mfa in user_profile update

* fix:
* merge conflict

* fix:
* resolved mongodb, dynamodb and arangodb test case bug
* added new condition for checking first time totp user or not

* feat:
* changes in all respective db with authenticator

* fix:
* PR suggested changes

* fix(cassandra): list users

* Update verify otp

* fix totp login api

---------

Co-authored-by: lemonScaletech <anand.panigrahi@scaletech.xyz>
2023-11-16 18:30:54 +05:30
..
auth_methods.go Refactor code for otp 2023-07-24 11:56:55 +08:00
authenticator_method.go feat: add totp login API (#416) 2023-11-16 18:30:54 +05:30
cookie.go add comments 2023-07-23 13:02:14 +08:00
db_types.go feat: add couchbase provider 2023-01-18 01:38:00 +05:30
env.go feat: add totp login API (#416) 2023-11-16 18:30:54 +05:30
oauth_info_urls.go feat: add microsoft login 2023-02-26 05:23:02 +05:30
oauth2.go fix: open id config 2022-10-16 21:03:37 +05:30
pagination.go feat: add pagination for users & verification_requests 2022-01-25 10:57:40 +05:30
token_types.go fix: user session access 2022-06-12 00:27:21 +05:30
verification_types.go fix: remove entries from otp + verification when user is deleted 2022-09-27 00:27:36 +05:30
webhook_event.go Add api to deactivate user account 2023-10-11 00:16:53 +05:30