sidebase / nuxt-auth

Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!
https://auth.sidebase.io
MIT License
1.25k stars 162 forks source link

enh(#797): Determine if `baseUrl` is external and properly handle internal requests #856

Closed zoey-kaiser closed 1 week ago

zoey-kaiser commented 1 month ago

๐Ÿ”— Linked issue

closes #797

โ“ Type of change

๐Ÿ“š Description

This PR adds a check to determine if the provided baseUrl config entry is an external or internal API route. This check is done by:

๐Ÿ“ Checklist

pkg-pr-new[bot] commented 1 month ago

Open in Stackblitz

pnpm add https://pkg.pr.new/@sidebase/nuxt-auth@856

commit: a79cd9b

zoey-kaiser commented 1 week ago

Closing in favour of #913