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