* ✨ Upgrade to SvelteKit 1.0.0-next.211 and related fixes
* 🚨 Fix some lint / formatter errors, ESLint plugin Svelte3 still not working
Co-authored-by: RaviAnand Mohabir <moravrav@gmail.com>
* 🐛 Refactor `getPath` to `getUrl` and add `getPath` to fix detection of routes
* 🐛 Dynamically build `RegExp` with `basePath`
* ✨ Add `ucFirst` helper
* ✨ Add profile and tokens typing, add `contentType` to config for token fetch and use config in `RedditOAuth2Provider` instead of `getToken` override
* ✏️ Update imports in demo app
* ✨ Inject auth instance into provider `signin()` and `callback()` methods
Add generic OAuth provider to implement with simple config.
* 🐛 Fix storing multiple social connections in demo app
* ✨ Create `apiKey` and `apiSecret` aliases for Reddit provider
* ⬆️ Reinstall local dep
* 🏷️ Remove comments / use `OAuth2ProviderConfig` for `GoogleOAuth2Provider` types