airavata-courses / TeamCodeRing

0 stars 0 forks source link

OpenID and OAuth2 service #17

Closed PrashanthKumarM closed 7 years ago

PrashanthKumarM commented 7 years ago

Though our API endpoints can be authenticated through Oauth by a simple rails gem, for the class we need a new OpenID server which would server oauth tokens. Need to look at open source, easily implementable solutions to this.

PrashanthKumarM commented 7 years ago

@patelparth30j @Nethracs @nbisht7 I will take a look into this but if u guys have some solutions u found online, please pass it to me.

Nethracs commented 7 years ago

This has been changed to authenticating the front end with google OAuth2.

Nethracs commented 7 years ago

Authentication using google OAuth2 is implemented.