Top "Oauth-provider" questions

Recommended database structure for OAuth Provider

I am implementing an OAuth Provider using DevDefined library. I wonder if there is any recommended database structure for storing …

database-design oauth oauth-provider devdefined-oauth
Secure OAuth in Javascript

I have an api which uses OAuth 1.0a to authenticate applications using it. It's replacing an old api which used …

javascript security oauth oauth-provider browser-extension
How to implement an OAuth provider in Java?

I'm having a lot of problems trying to implement an OAuth provider. I would like to know if anyone has …

java oauth-provider
Implementing a 2 Legged OAuth Provider

I'm trying to find my way around the OAuth spec, its requirements and any implementations I can find and, so …

oauth 2-legged oauth-provider
Looking for advice to secure a private REST API written in python-flask

I am currently writing a rest API in python with the microframework Flask. It's a private API and it deals …

python rest oauth-provider
Can ASP.Net MVC 4's OAuthWebSecurity open a pop-up

I'm trying to figure out how to use ASP.Net MVC 4's new OAuthWebSecurity functionality. Is it possible when clicking …

asp.net-mvc-3 asp.net-mvc-4 oauth-2.0 facebook-oauth oauth-provider