Philip Korsholm
e747f9d4aa
feat: Refresh invite ( #6469 )
2024-02-27 07:16:52 +00:00
Philip Korsholm
7bddb58542
feat: Update authentication middleware ( #6447 )
...
* authentication middleware update
* disable customer authentication
* call correct feature flag method
* fix authentication middleware for store/customers
* fix integration tests and add middleware for admin customers
* update seeders
* customer groups fix
* add authentication middleware for all admin endpoints
* Feat(medusa, user): require authentication for invite accept (#6448 )
* initial invite token validation for authentication invocation
* remove invite auth
* remove unused import
* cleanup tests
* refactor to auth instead of auth_user
* pr feedback
* update authenticatedRequest type
* update store authenticated endpoints
* update routes with type
* fix build
* fix build
* fix build
* use auth middleware for api-keys
2024-02-27 13:50:18 +08:00
Philip Korsholm
f6d38163bb
Feat(medusa, user, core-flows): User creation with invites ( #6413 )
...
**What**
- add accept invite endpoint
**Invite accept flow**
- authenticate using the auth endpoint to create and auth-user
- invoke accept endpoint with token and info to create user
2024-02-19 05:29:15 +00:00
Philip Korsholm
02c53ec93f
feat(medusa, types, core-flows): Add invite endpoints for api-v2 ( #6395 )
...
**What**
- Add invite endpoints for simple operations on invites
2024-02-14 15:33:26 +00:00