mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 10:17:43 +08:00
Password encoder id added for the cuba.rest.client.secret value usd for basic auth #1065
This commit is contained in:
parent
f42896ae61
commit
30f32a73fd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user