pawsong / buffy

A platform where users can write and visualize code
http://buffy.run
5 stars 0 forks source link

Treat addon as oauth client #28

Closed pawsong closed 8 years ago

pawsong commented 8 years ago

Inspired by this post:

http://nordicapis.com/how-to-control-user-identity-within-microservices/

As the client consists of multiple addons and each addon has its own backend server, how about treat them as separate oauth client? Then the authentication and authorization mechanism can stay in oauth standard, and it's also good for scalability.

pawsong commented 8 years ago

Addon is deprecated.