Reputation: 25
I am new to the REST API development
I created a simple REST API, I want to secure this using OpenID Connect/OAuth
Is there any code example how can i implement OpenID Connect
Upvotes: 1
Views: 978
Reputation: 3739
See http://openid.net/developers/libraries for an overview of available libraries.
(Some of the libraries include examples.)
Upvotes: 3