Skip to content

emedia-project/oauth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration

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