Dan6erbond / sk-auth

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

[ENHANCEMENT] CSRF Tokens as Part of OAuth State #1

Open Dan6erbond opened 3 years ago

Dan6erbond commented 3 years ago

Overview

Generate CSRF tokens on the server for use in OAuth state params and other flows as an additional security measure.