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
This commit is contained in:
Philip Korsholm
2024-02-19 05:29:15 +00:00
committed by GitHub
parent 5977a38ef4
commit f6d38163bb
28 changed files with 399 additions and 40 deletions
+1
View File
@@ -8875,6 +8875,7 @@ __metadata:
cross-env: ^5.2.1
dotenv: 16.3.1
jest: ^29.6.3
jsonwebtoken: ^9.0.2
knex: 2.4.2
medusa-test-utils: ^1.1.40
rimraf: ^3.0.2