Daniel Joudat
|
a2b7981d63
|
fix validatePostUserData (#365)
* fix validatePostUserData
* fix validPostUserData part 2 and users/Update
|
2022-02-24 08:07:32 +00:00 |
|
Dominic Wong
|
f1967eaa4b
|
clean up password reset code (#375)
|
2022-02-16 09:22:39 +00:00 |
|
Daniel Joudat
|
8b8e0ff500
|
change sender email to the default one (#371)
|
2022-02-11 15:06:04 +00:00 |
|
Daniel Joudat
|
10b3d176f6
|
house cleaning (#368)
|
2022-02-10 20:50:09 +00:00 |
|
Asim Aslam
|
f232eab84e
|
fix the verification emails (#366)
* fix the verification emails
* fix typo
* switch to token only
|
2022-02-09 21:51:47 +00:00 |
|
Dominic Wong
|
1f494e6638
|
New admin endpoint to delete data (#359)
|
2022-01-31 16:14:52 +00:00 |
|
zhaoyang
|
cd215a8392
|
Replace DB with Store in service/user (#321)
|
2022-01-28 11:03:34 +00:00 |
|
Daniel Joudat
|
09d6f9f615
|
Add missing '&' (#329)
|
2021-12-14 09:10:45 +00:00 |
|
Daniel Joudat
|
5220d7fade
|
fix an error when calling VerifyToken with valid Token (#327)
* add two rpcs to User service:
- Passwordless: endpoint that receives an email, topic and an optional message
- PasswordlessML: endpoint that receives token and topic via MagicLink.
* Proposal to add Passwordless login feature to the endpoint user.
* remove currency run check
* Commit from GitHub Actions (Publish APIs & Clients)
* Create downstream.yml
* Commit from GitHub Actions (Publish APIs & Clients)
* update todo
* Commit from GitHub Actions (Publish APIs & Clients)
* Update publish.yml
* Commit from GitHub Actions (Publish APIs & Clients)
* Update publish.yml
* Commit from GitHub Actions (Publish APIs & Clients)
* Update and rename publish.yml to generate.yml
* Update generate.yml
* Commit from GitHub Actions (Generate Clients & Examples)
* Commit from GitHub Actions (Generate Clients & Examples)
* add comments
* Commit from GitHub Actions (Generate Clients & Examples)
* move otp to auth category
* charge for user verification
* Commit from GitHub Actions (Generate Clients & Examples)
* Update user.proto
* Commit from GitHub Actions (Generate Clients & Examples)
* Commit from GitHub Actions (Generate Clients & Examples)
* Change js client git repo url (#249)
* Commit from GitHub Actions (Generate Clients & Examples)
* use tableName func for Count
* Commit from GitHub Actions (Generate Clients & Examples)
* update notes example
* Commit from GitHub Actions (Generate Clients & Examples)
* Update .gitignore
* Update .gitignore
* Commit from GitHub Actions (Generate Clients & Examples)
* add new endpoints SendMagicLink and VerifyToken to M3O user serivce
Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>
* fix an error in user.VerifyToken
Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>
* OSD add another check for err in user CacheReadToken
Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>
Co-authored-by: Asim Aslam <asim@aslam.me>
Co-authored-by: asim <asim@users.noreply.github.com>
Co-authored-by: Janos Dobronszki <dobronszki@gmail.com>
Co-authored-by: crufter <crufter@users.noreply.github.com>
|
2021-12-13 18:47:24 +00:00 |
|
Daniel Joudat
|
2b24aba3c3
|
Remove stream from SendMagicLink (#320)
* add two rpcs to User service:
- Passwordless: endpoint that receives an email, topic and an optional message
- PasswordlessML: endpoint that receives token and topic via MagicLink.
* Proposal to add Passwordless login feature to the endpoint user.
* remove currency run check
* Commit from GitHub Actions (Publish APIs & Clients)
* Create downstream.yml
* Commit from GitHub Actions (Publish APIs & Clients)
* update todo
* Commit from GitHub Actions (Publish APIs & Clients)
* Update publish.yml
* Commit from GitHub Actions (Publish APIs & Clients)
* Update publish.yml
* Commit from GitHub Actions (Publish APIs & Clients)
* Update and rename publish.yml to generate.yml
* Update generate.yml
* Commit from GitHub Actions (Generate Clients & Examples)
* Commit from GitHub Actions (Generate Clients & Examples)
* add comments
* Commit from GitHub Actions (Generate Clients & Examples)
* move otp to auth category
* charge for user verification
* Commit from GitHub Actions (Generate Clients & Examples)
* Update user.proto
* Commit from GitHub Actions (Generate Clients & Examples)
* Commit from GitHub Actions (Generate Clients & Examples)
* Change js client git repo url (#249)
* Commit from GitHub Actions (Generate Clients & Examples)
* use tableName func for Count
* Commit from GitHub Actions (Generate Clients & Examples)
* update notes example
* Commit from GitHub Actions (Generate Clients & Examples)
* Update .gitignore
* Update .gitignore
* Commit from GitHub Actions (Generate Clients & Examples)
* add new endpoints SendMagicLink and VerifyToken to M3O user serivce
Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>
* remove stream from SendMagicLink
Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>
* fix user/examples.json
Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>
* fix typo in user.proto sessino -> session | add dumpy session in user/examples.json
Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>
Co-authored-by: Asim Aslam <asim@aslam.me>
Co-authored-by: asim <asim@users.noreply.github.com>
Co-authored-by: Janos Dobronszki <dobronszki@gmail.com>
Co-authored-by: crufter <crufter@users.noreply.github.com>
|
2021-12-13 13:47:25 +00:00 |
|
Daniel Joudat
|
1d6234155a
|
Passwordless (#292)
* add two rpcs to User service:
- Passwordless: endpoint that receives an email, topic and an optional message
- PasswordlessML: endpoint that receives token and topic via MagicLink.
* Proposal to add Passwordless login feature to the endpoint user.
* remove currency run check
* Commit from GitHub Actions (Publish APIs & Clients)
* Create downstream.yml
* Commit from GitHub Actions (Publish APIs & Clients)
* update todo
* Commit from GitHub Actions (Publish APIs & Clients)
* Update publish.yml
* Commit from GitHub Actions (Publish APIs & Clients)
* Update publish.yml
* Commit from GitHub Actions (Publish APIs & Clients)
* Update and rename publish.yml to generate.yml
* Update generate.yml
* Commit from GitHub Actions (Generate Clients & Examples)
* Commit from GitHub Actions (Generate Clients & Examples)
* add comments
* Commit from GitHub Actions (Generate Clients & Examples)
* move otp to auth category
* charge for user verification
* Commit from GitHub Actions (Generate Clients & Examples)
* Update user.proto
* Commit from GitHub Actions (Generate Clients & Examples)
* Commit from GitHub Actions (Generate Clients & Examples)
* Change js client git repo url (#249)
* Commit from GitHub Actions (Generate Clients & Examples)
* use tableName func for Count
* Commit from GitHub Actions (Generate Clients & Examples)
* update notes example
* Commit from GitHub Actions (Generate Clients & Examples)
* Update .gitignore
* Update .gitignore
* Commit from GitHub Actions (Generate Clients & Examples)
* add new endpoints SendMagicLink and VerifyToken to M3O user serivce
Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>
* Update user.proto
* add examples to examples.json | convert isvalid to is_valid | add some extra comments in user.proto
Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>
Co-authored-by: Asim Aslam <asim@aslam.me>
Co-authored-by: asim <asim@users.noreply.github.com>
Co-authored-by: Janos Dobronszki <dobronszki@gmail.com>
Co-authored-by: crufter <crufter@users.noreply.github.com>
|
2021-12-10 09:57:00 +00:00 |
|
Asim Aslam
|
68103309f8
|
fix password reset flow
|
2021-11-30 10:02:41 +00:00 |
|
Dominic Wong
|
c8dca46bab
|
Add user/list endpoint (#280)
* user list
* add paging
|
2021-11-19 12:10:37 +00:00 |
|
Asim Aslam
|
54099a2df7
|
Add Email to send verification endpoints in user service (#277)
* Add Email to send verification endpoints in user service
* updates
|
2021-11-17 16:44:42 +00:00 |
|
Janos Dobronszki
|
64773e0e2d
|
User service: added reset password email endpoints (#272)
|
2021-11-16 14:42:24 +00:00 |
|
Janos Dobronszki
|
3dd66038d3
|
User fixes v4 (#168)
|
2021-06-22 15:19:22 +01:00 |
|
Janos Dobronszki
|
24870da01a
|
User service changes part 3 (#163)
|
2021-06-21 09:18:32 +01:00 |
|
Janos Dobronszki
|
8b8d6c1a95
|
User service: move to db (#146)
|
2021-06-15 10:38:04 +01:00 |
|
Asim Aslam
|
d4e19d5b61
|
replace users with user (#113)
|
2021-05-19 14:08:50 +01:00 |
|