⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
taiwen edited this page Mar 14, 2013 · 1 revision

Implementation of OAuth 2.0 in Pi

Server services

  • AuthorizeController: For authorization_code request
    • indexAction
    • approveAction
    • denyAction
  • GrantController: access_token grant
  • ResourceContrller: resource access

Consumer services

Clone this wiki locally