Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 166 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 166 Bytes

Configuration

{oauth2, [
  {backend, my_backend},
  {expiries, [
    {access_token, 2592000},
    {refresh_token, 2592000},
    {code_grant, 600}
  ]}
]}