xperseguers / t3ext-oidc

TYPO3 Extension oidc. This extension uses OpenID Connect to authenticate users.
https://extensions.typo3.org/extension/oidc
GNU General Public License v2.0
8 stars 28 forks source link

[TASK] Use dedicated route for authorization url #159

Closed liayn closed 5 days ago

liayn commented 1 week ago

Instead of always generating an authentication url for every rendering of the oidc button, create a dedicated route, which will create the authentication URL on demand and redirect the user there.

Related #158