phronesis / Auth0

This is an extension that adds the ability to log into your Magento application using Auth0
9 stars 6 forks source link

Add Option for Silent Authentication #7

Closed phronesis closed 6 years ago

phronesis commented 6 years ago

According to Auth0 documentation here: https://auth0.com/docs/api-auth/tutorials/silent-authentication#initiate-a-silent-authentication-request you add prompt=none parameter when redirecting a user to the /authorize. We need to add this as a configuration option so that it can pass the param if specified.

phronesis commented 6 years ago

Implemented