dorbel-tech / dorbel-shared

dorbel shared dependencies used in dorbel-app
0 stars 1 forks source link

Create a client to get user details #16

Closed virtser closed 7 years ago

virtser commented 7 years ago

Services like notification when got uuid of user need to get more details about user like his full name, email and phone number to send them email/SMS.

We need to create a module which gets user uuid and connects to auth0 fetching user details. It should authenticate itself using server token.