Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 457 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 457 Bytes

pyramid_oauthprovider

This is a pyramid oauth2 provider (server!) that works with pyramid, it is not a consumer used to integrate with other services.

resource owner - The user resource server - The server used to access user information client - The web app / mobile app authorization server - The server issuing access tokens to the client after successfully authenticating the resource owner and obtaining authorization.