We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi,
I want to configure an OAuth 2 authentication connected to self-hosted GitLab instance for a SvelteKit SSR project.
Here is my personnel exploration issue.
I try to use Grant library instead node-oauth or passport-oauth2
Grant
Question: do you know an example of Grant setup in SvelteKit project?
I intend to try to setup Grand in a SvelteKit hooks, based on https://github.com/simov/grant/blob/master/lib/handler/vercel.js source code 🤔
Grand
Best regards, Stéphane
Hi,
I want to configure an OAuth 2 authentication connected to self-hosted GitLab instance for a SvelteKit SSR project.
Here is my personnel exploration issue.
I try to use
Grantlibrary instead node-oauth or passport-oauth2Question: do you know an example of Grant setup in SvelteKit project?
I intend to try to setup
Grandin a SvelteKit hooks, based on https://github.com/simov/grant/blob/master/lib/handler/vercel.js source code 🤔Best regards,
Stéphane