Dan6erbond / sk-auth

Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!
MIT License
578 stars 70 forks source link

fix: rename endpoint method to uppercase #100

Closed leovoon closed 2 years ago

leovoon commented 2 years ago

To fit sveltekit's recent update, should use uppercase GET and POST.

Dan6erbond commented 2 years ago

@leovoon thanks for this PR. As #75 was just merged, could you rebase so that we don't have conflicts?

Dan6erbond commented 2 years ago

The lint job also fails... Try running Prettier.

leovoon commented 2 years ago

The lint job also fails... Try running Prettier.

Ran lint in the wrong dir, check again.

Dan6erbond commented 2 years ago

Looks great, thanks! I'll merge this now.

imawaki commented 2 years ago

$ npm i git+https://github.com/Dan6erbond/sk-auth.git was what I wanted to do. deleted my silly question, thank you 🙏

leovoon commented 2 years ago

$ npm i git+https://github.com/Dan6erbond/sk-auth.git was what I wanted to do. deleted my silly question, thank you 🙏

I learned from you, it wasn't a silly question ❤️