See this issue to discover the journey of this Proof Of Concept.
- Based on SvelteKit
- Based on Authorization code flow
- Cookie stored with HttpOnly method
- Didn't use this library:
$ cp .envrc.example .envrc
Fill .envrc
file with your GitLab application parameters
Install packages:
$ pnpm install
Launch application:
$ pnpm run dev
Open your browser on http://127.0.0.1:3000