Commit Graph

27 Commits

Author SHA1 Message Date
Dominic Wong
f1967eaa4b clean up password reset code (#375) 2022-02-16 09:22:39 +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
d86514de46 change some comments 2022-02-09 12:57:13 +00:00
zhaoyang
cd215a8392 Replace DB with Store in service/user (#321) 2022-01-28 11:03:34 +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
Dominic Wong
c8dca46bab Add user/list endpoint (#280)
* user list

* add paging
2021-11-19 12:10:37 +00:00
Asim Aslam
cdac1b3782 more comments 2021-11-17 16:50:17 +00:00
Asim Aslam
318ba91480 more comments 2021-11-17 16:49:08 +00:00
Asim Aslam
28e2965d81 comment proto 2021-11-17 16:47:53 +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
f5c9b477ac Update user.proto 2021-10-28 08:44:04 +01:00
Asim Aslam
81a68e4b15 Update user.proto 2021-09-22 11:44:09 +01:00
Dominic Wong
d378ef2de5 tweaks to docs (#200) 2021-09-02 15:23:24 +01:00
Asim Aslam
7bca9be0f3 Update user.proto 2021-08-17 11:48:59 +01:00
Asim Aslam
64ffc8c586 Update user.proto 2021-08-17 11:42:56 +01:00
Asim Aslam
c76eba1d75 associate the user id with the session 2021-08-16 15:55:36 +01:00
Asim Aslam
735a51fa93 Update user.proto 2021-08-16 11:15:20 +01:00
Asim Aslam
4db3c2a117 Update user.proto 2021-07-08 15:49:54 +01:00
Asim Aslam
c9709e3f80 Update user.proto 2021-07-08 15:48:40 +01:00
Asim Aslam
40b7a0d848 Update user.proto 2021-07-08 15:44:17 +01:00
Asim Aslam
1c3465ad98 support adding profile to a user 2021-07-01 09:48:53 +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
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