Cosmetics

This commit is contained in:
Michael Klishin 2017-09-29 17:27:32 +03:00
parent f9d0f202df
commit d8e8819a06
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ If you are using a symmetric key, the configuration will look like this:
{uaa_jwt, [
{signing_keys, #{
<<"a-key-ID">> => {map, #{<<"kty">> => <<"MAC">>,
<<"alg">> => <<"HS256">>,
<<"value">> => <<"my_signing_key">>}}
<<"alg">> => <<"HS256">>,
<<"value">> => <<"my_signing_key">>}}
}}
]}
].