Skip to content
Snippets Groups Projects
Verified Commit c1ae1a7d authored by Damien's avatar Damien
Browse files

FEAT #13667 TIME 0:05 Authorized refresh token

parent 1bf2c705
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ class AuthenticationController ...@@ -32,7 +32,7 @@ class AuthenticationController
{ {
const MAX_DURATION_TOKEN = 30; //Minutes const MAX_DURATION_TOKEN = 30; //Minutes
const ROUTES_WITHOUT_AUTHENTICATION = [ const ROUTES_WITHOUT_AUTHENTICATION = [
'GET/authenticationInformations', 'GET/images', 'POST/password', 'PUT/password', 'GET/passwordRules', 'GET/authenticationInformations', 'GET/authenticate/token', 'GET/images', 'POST/password', 'PUT/password', 'GET/passwordRules',
'GET/jnlp/{jnlpUniqueId}', 'GET/onlyOffice/mergedFile', 'POST/onlyOfficeCallback', 'POST/authenticate' 'GET/jnlp/{jnlpUniqueId}', 'GET/onlyOffice/mergedFile', 'POST/onlyOfficeCallback', 'POST/authenticate'
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment