auth-astro icon indicating copy to clipboard operation
auth-astro copied to clipboard

update to new auth core version

Open Tricked-dev opened this issue 9 months ago • 1 comments

This fixed various issues for me so i thought why not pull request it back i changed the auth route from /api/auth to just /auth :0 this is what sveltekit auth does too

install: (& run npm/bun/pnpm/yarn/(whatever new npm package manager) install)

{
 "dependencies": {
    "auth-astro": "git+https://github.com/Tricked-dev/auth-astro.git"
}

Tricked-dev avatar May 12 '24 18:05 Tricked-dev

fixes #63

Tricked-dev avatar May 12 '24 18:05 Tricked-dev