You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2021. It is now read-only.
'description' => 'Which Authorization Method do you want to use?',
'options' => array(
'none' => 'None',
'session' => 'Session',
'jwt' => 'JWT',
),
'value' => 'none',
'required' => true,
'notes' => 'If you use Session/JWT, users have to authenticate by default to be able to use the API. Learn more: https://github.com/thomasaull/RestApi'
),
'jwtSecret' => array(
'type' => 'textarea',
'label' => 'JWT secret',
'description' => "JWT Secret (don't share!) to use for JWT Auth. If you change this, every client has to obtain a new JWT token in order to make API calls.",
'notes' => 'IMPORTANT: You need to save this page at least once to make the secret permanent! (I found out the hard way…)',