atinux / nuxt-auth-utils

Add Authentication to Nuxt applications with secured & sealed cookies sessions.
MIT License
981 stars 91 forks source link

feat: support `redirectURL` config for all providers #138

Closed acidjazz closed 3 months ago

acidjazz commented 3 months ago

Fixes #137 Fixes #117

atinux commented 3 months ago

cc @tcarterBAMF I renamed config.redirectUrl to config.redirectURL, if you use the NUXT_OAUTH_MICROSOFT_REDIRECT_URL env variable it should work without issue.

buff commented 3 months ago

This change seems to only be for google and microsoft... Will it also be applied to keycloak??

acidjazz commented 3 months ago

This change seems to only be for google and microsoft... Will it also be applied to keycloak??

yes, every provider

buff commented 3 months ago

@acidjazz Thankx... I have tested the latest changes for keycloak and it seems to be 100%