atinux / nuxt-auth-utils

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

feat: add support nitro prefix env #133

Closed hywax closed 3 months ago

hywax commented 3 months ago

📚 Description

Added support for custom prefix. Necessary function when the application is not using NUXT_, but its own e.g. APP_.

🔗 Linked issue

Resolves #132

atinux commented 3 months ago

Thank you @hywax