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