You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a pain to have to set two very similar keys in :swirrl.auth0/client config:
:api "https://dev-kkt-m758.eu.auth0.com/api/v2/"
and
:endpoint "https://dev-kkt-m758.eu.auth0.com"
I'd suggest that the client should append /api/v2/ to the :endpoint if the :api key is not specified, and use :api in preference if it is set. Given that the client is presumably a v2 client is this even necessary, is it not really just a :v2 client implementation? If so is there a need to override this behaviour?
The text was updated successfully, but these errors were encountered:
RickMoynihan
changed the title
Improve configuration affordances
Improve :api configuration affordances
Oct 14, 2020
It's a pain to have to set two very similar keys in
:swirrl.auth0/client
config::api "https://dev-kkt-m758.eu.auth0.com/api/v2/"
and
:endpoint "https://dev-kkt-m758.eu.auth0.com"
I'd suggest that the client should append
/api/v2/
to the:endpoint
if the:api
key is not specified, and use:api
in preference if it is set. Given that the client is presumably a v2 client is this even necessary, is it not really just a :v2 client implementation? If so is there a need to override this behaviour?The text was updated successfully, but these errors were encountered: