Asim Aslam
|
fe76efde75
|
return not found when user is nil
|
2022-03-02 10:38:30 +00:00 |
|
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 |
|
Asim Aslam
|
8a213a851c
|
add error logging
|
2022-02-09 22:06:44 +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 |
|
Asim Aslam
|
1ea9b6f373
|
Merge branch 'master' of ssh://github.com/micro/services
|
2022-02-09 15:08:22 +00:00 |
|
Asim Aslam
|
d86514de46
|
change some comments
|
2022-02-09 12:57:13 +00:00 |
|
Dominic Wong
|
ba77f7b2f4
|
More deleteData endpoint impls (#362)
|
2022-02-02 16:50:11 +00:00 |
|
Dominic Wong
|
9b8d144dfd
|
Delete data part 1 (#360)
|
2022-02-01 12:09:33 +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
|
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
|
cb0c202aad
|
Fix panic sendmagiclink (#326)
* 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 panic in user.SendMagicLink
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 16:08:26 +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
|
3cc3329e29
|
relax expiry of otp tokens
|
2021-11-30 10:30:20 +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 |
|
Asim Aslam
|
9d1871a618
|
fix typo
|
2021-11-08 14:55:01 +00:00 |
|
Asim Aslam
|
47d5904eb4
|
ship regexp fix for user email
|
2021-11-05 12:01:27 +00:00 |
|
Asim Aslam
|
c76eba1d75
|
associate the user id with the session
|
2021-08-16 15:55:36 +01:00 |
|
Asim Aslam
|
432b31f56e
|
return account created in user service
|
2021-08-16 14:30:23 +01:00 |
|
Daniel Joudat
|
3a2825d9ee
|
added email format check (#175)
|
2021-07-01 17:39:17 +01:00 |
|
Asim Aslam
|
97298b9cfb
|
fix user handler
|
2021-07-01 11:08:40 +01:00 |
|
Asim Aslam
|
449fef2b41
|
fix creation check
|
2021-07-01 10:56:55 +01:00 |
|
Asim Aslam
|
1c3465ad98
|
support adding profile to a user
|
2021-07-01 09:48:53 +01:00 |
|
Janos Dobronszki
|
b23ee59a91
|
user service: check for email or user name existence when creating (#172)
|
2021-06-23 14:39:17 +01: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
|
b73dab3345
|
User service: Generate user id if empty (#160)
|
2021-06-15 12:39:07 +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 |
|