Password encoder id added for the cuba.rest.client.secret value usd for basic auth #1065

This commit is contained in:
Maxim Gorbunkov 2018-08-08 14:13:09 +04:00
parent f42896ae61
commit 30f32a73fd
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ cuba.portal.templateLoaderPath = /WEB-INF/templates/
# Credentials for REST API client
cuba.rest.client.id = client
cuba.rest.client.secret = secret
cuba.rest.client.secret = {noop}secret
# A token expiration time in seconds for the default client (12 hours)
cuba.rest.client.tokenExpirationTimeSec = 43200

View File

@ -75,7 +75,7 @@ cuba.trustedClientPassword=MLdWm1Ik4NmM
# Credentials for REST API client
cuba.rest.client.id=client
cuba.rest.client.secret=secret
cuba.rest.client.secret={noop}secret
# An access token expiration time in seconds for the default client (12 hours)
cuba.rest.client.tokenExpirationTimeSec=43200