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] Enhanced Types, Improved OAuth2 Configuration and Bug Fixes #16

Closed Dan6erbond closed 3 years ago

Dan6erbond commented 3 years ago

Overview

Use generic types to create OAuth2 providers and improve typing of profile() callback and internal methods.

Types

OAuth2 Provider Config

Bug Fixes

Added Helpers