chore: update DSL cheat sheets.

This commit is contained in:
James Harton 2023-10-30 09:30:42 +13:00
parent a4f68eb9e0
commit fd474af867
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 4 additions and 4 deletions

View file

@ -325,8 +325,8 @@ OAuth2 authentication
information.
* `:redirect_uri` - Required. The callback URI base.
Either the whole URI back to the callback endpoint or the URI to your
`AuthPlug`.
Not the whole URI back to the callback endpoint, but the URI to your
`AuthPlug`. We can generate the rest.
Whilst not particularly secret, it seemed prudent to allow this to be
configured dynamically so that you can use different URIs for
different environments.

View file

@ -152,8 +152,8 @@ all the same configuration options should you need them.
information.
* `:redirect_uri` - Required. The callback URI base.
Either the whole URI back to the callback endpoint or the URI to your
`AuthPlug`.
Not the whole URI back to the callback endpoint, but the URI to your
`AuthPlug`. We can generate the rest.
Whilst not particularly secret, it seemed prudent to allow this to be
configured dynamically so that you can use different URIs for
different environments.