|
|
3a3e93cb3b
|
feat(themes): Create APIs for managing themes (#6658)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-12-04 09:34:13 +00:00 |
|
|
|
55fe82fdcd
|
refactor(users): Use domain email type in user DB functions (#6699)
|
2024-11-29 13:12:09 +00:00 |
|
|
|
c9df7b0557
|
refactor(tenant): use tenant id type (#6643)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-11-26 08:17:58 +00:00 |
|
|
|
d32397f060
|
refactor(users): Make profile_id in the JWT non-optional (#6537)
|
2024-11-18 07:26:00 +00:00 |
|
|
|
98b141c6a0
|
feat(users): add global support in user roles (#6458)
|
2024-11-13 06:51:03 +00:00 |
|
|
|
b2eb56e8d8
|
refactor(users): Deprecate unused user APIs and stabilize v1 APIs (#6114)
|
2024-10-04 11:29:11 +00:00 |
|
|
|
4d28cf276f
|
refactor(user_roles): Populate role names and entity names in user role APIs (#5861)
|
2024-09-13 12:56:26 +00:00 |
|
|
|
4d499038c0
|
feat(users): Send profile_id in JWT and user_info APIs (#5817)
|
2024-09-05 13:31:24 +00:00 |
|
|
|
6b410505da
|
refactor(users): Add V2 user_roles data support (#5763)
Co-authored-by: Apoorv Dixit <apoorv.dixit@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-09-01 13:39:25 +00:00 |
|
|
|
53b3163881
|
feat(user_roles): support switch for new hierarchy (#5692)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-08-28 08:00:07 +00:00 |
|
|
|
b63d723b8b
|
refactor: introduce a domain type for profile ID (#5687)
|
2024-08-27 08:01:01 +00:00 |
|
|
|
f51b6c91a7
|
feat: add a wrapper for encryption and decryption (#5502)
|
2024-08-07 12:20:36 +00:00 |
|
|
|
b4eb6016a4
|
feat(auth): Add profile_id in AuthenticationData (#5492)
|
2024-08-01 13:40:36 +00:00 |
|
|
|
0330aff958
|
refactor(user_roles): make org and merchant id nullable (#5353)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
|
2024-07-25 10:32:58 +00:00 |
|
|
|
7068fbfbe2
|
refactor(merchant_id): create domain type for merchant_id (#5408)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
|
2024-07-24 13:48:25 +00:00 |
|
|
|
26b878308f
|
feat: add create retrieve and update api endpoints for organization resource (#5361)
|
2024-07-24 06:40:37 +00:00 |
|
|
|
83849a5f3c
|
fix: use encrypt api for all encryption and decryption (#5379)
|
2024-07-19 15:33:17 +00:00 |
|
|
|
33298b3808
|
feat: encryption service integration to support batch encryption and decryption (#5164)
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-07-19 07:38:58 +00:00 |
|
|
|
045e9742bd
|
fix(auth_methods): Add checks for duplicate auth_method in create API (#5161)
|
2024-07-02 07:50:09 +00:00 |
|
|
|
6d9b37e8a2
|
fix(users): clear cookie and alter parsing for sso (#5147)
Co-authored-by: Mani Chandra <84711804+ThisIsMani@users.noreply.github.com>
|
2024-06-28 07:47:21 +00:00 |
|
|
|
ce7d0d427d
|
feat(users): implemented openidconnect (#5124)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-06-26 13:45:55 +00:00 |
|
|
|
2005d3df9f
|
feat(users): setup user authentication methods schema and apis (#4999)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
|
2024-06-21 10:59:17 +00:00 |
|
|
|
c5e28f2670
|
feat(multitenancy): move users and tenants to global schema (#4781)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
|
2024-06-05 13:20:40 +00:00 |
|
|
|
15d6c3e846
|
feat(multitenancy): add support for multitenancy and handle the same in router, producer, consumer, drainer and analytics (#4630)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
|
2024-06-03 12:27:30 +00:00 |
|
|
|
cd9c9b609c
|
feat(users): Add redis in Begin and Verify TOTP and create a new API that updates TOTP (#4765)
|
2024-05-29 10:09:28 +00:00 |
|
|
|
8fa2cd556b
|
feat(users): Create generate recovery codes API (#4708)
|
2024-05-22 08:28:42 +00:00 |
|
|
|
a97016fea4
|
feat(users): Create user_key_store table and begin_totp API (#4577)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-05-08 12:55:45 +00:00 |
|
|
|
2216a88d25
|
chore: address Rust 1.78 clippy lints (#4545)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-05-07 10:35:32 +00:00 |
|
|
|
4c81a664c9
|
fix(masking): mask email while logging SQL query (#4436)
|
2024-04-23 11:18:35 +00:00 |
|
|
|
018c5b1064
|
feat(users): Add role specific fields for list merchants API (#4326)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-04-10 10:10:55 +00:00 |
|
|
|
ea730d4ffc
|
build(deps): bump error-stack from version 0.3.1 to 0.4.1 (#4188)
|
2024-04-01 07:01:17 +00:00 |
|
|
|
44eef46e5d
|
feat(users): Implemented Set-Cookie (#3865)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-03-11 06:35:18 +00:00 |
|
|
|
19c502398f
|
feat(roles): Add caching for custom roles (#3946)
|
2024-03-05 13:26:09 +00:00 |
|
|
|
fbe9d2f19e
|
feat(roles): Change list roles, get role and authorization info api to respond with groups (#3837)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-02-27 12:56:46 +00:00 |
|
|
|
ada6a32276
|
feat(authz): Add custom role checks in authorization (#3719)
Co-authored-by: Apoorv Dixit <apoorv.dixit@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-02-21 13:44:36 +00:00 |
|
|
|
4ae28e48cd
|
refactor(permissions): Remove permissions for utility APIs (#3730)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-02-21 07:20:42 +00:00 |
|
|
|
edd6806f97
|
refactor(user_role): Change update user role request to take email instead of user_id (#3530)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-02-08 08:49:44 +00:00 |
|
|
|
d91da89065
|
feat(users): Signin and Verify Email changes for User Invitation changes (#3420)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-01-30 07:13:13 +00:00 |
|
|
|
a47372a451
|
feat(user_roles): Add accept invitation API and UserJWTAuth (#3365)
|
2024-01-19 13:05:04 +00:00 |
|
|
|
dc589d580f
|
fix(users): send correct user_role values in switch_merchant response (#3167)
|
2023-12-19 12:57:25 +00:00 |
|
|
|
f7d6e3c014
|
refactor(user): add account verification check in signin (#3082)
|
2023-12-07 12:25:47 +00:00 |
|
|
|
80efeb76b1
|
refactor(users): Separate signup and signin (#2921)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-12-04 11:33:44 +00:00 |
|
|
|
ec15ddd0d0
|
feat(user): add user_list and switch_list apis (#3033)
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
|
2023-12-01 13:37:17 +00:00 |
|
|
|
092ec73b3c
|
feat(user): generate and delete sample data (#2987)
Co-authored-by: Rachit Naithani <rachit.naithani@juspay.in>
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
|
2023-12-01 10:30:25 +00:00 |
|
|
|
3fa0bdf765
|
feat(user_role): Add APIs for user roles (#3013)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-11-30 14:32:47 +00:00 |
|
|
|
6a2e4ab416
|
feat(user): add support for dashboard metadata (#3000)
Co-authored-by: Rachit Naithani <81706961+racnan@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sakil Mostak <73734619+Sakilmostak@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Brian Silah <71752651+unpervertedkid@users.noreply.github.com>
|
2023-11-30 09:28:37 +00:00 |
|
|
|
f88eee7362
|
feat(router): Add new JWT authentication variants and use them (#2835)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-13 05:47:35 +00:00 |
|