elgris / microservice-app-example

Example of polyglot microservice app
MIT License
1.4k stars 337 forks source link

Token revokation #5

Open ostronom opened 6 years ago

ostronom commented 6 years ago

As far as i can see, this scheme lacks the opportunity to revoke user's authorization?

elgris commented 6 years ago

@ostronom so far, yes. Also it lacks dynamic data store for user data and proper user management :)

bweston92 commented 6 years ago

@elgris would be interesting to know how this is done if you have any dos and don'ts.