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] Provider Metainfo #18

Open Dan6erbond opened 3 years ago

Dan6erbond commented 3 years ago

Overview

Add a metainfo callback or data object to providers to retrieve information on expected HTTP POST body format, callback URLs, etc. This is required for the implementation of #2.