-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] main from nextauthjs:main #304
Conversation
* fix: add eslintIgnore in package.json * Let eslint runs in app, config + js files * Add a separate tsconfig.eslint.json file We want to run the lint command on `app`, `src` and `config`, but at the same time want `tsc` to compile files in `src` only. A separate `tsconfig.eslint.json` is a suitable solution to satisfy both `eslint` and `tsc`: https://github.com/typescript-eslint/typescript-eslint/blob/04d1f3e5492a26e6f81002e0b89d58ba7cf60adb/packages/parser/README.md
Codecov Report
@@ Coverage Diff @@
## main #304 +/- ##
=========================================
+ Coverage 9.90% 13.27% +3.36%
=========================================
Files 84 90 +6
Lines 1403 1424 +21
Branches 395 378 -17
=========================================
+ Hits 139 189 +50
- Misses 1038 1224 +186
+ Partials 226 11 -215
Continue to review full report at Codecov.
|
* fix(providers): fix url and auth method for Kakao provider * fix(providers): convert typescript - Kakao provider fix(providers): convert typescript - Kakao provider * chore(providers): use nested interface for consistency Co-authored-by: Balázs Orbán <[email protected]>
* fix(providers): refactor naver provider profile fix(providers): refactor naver provider profile * fix(providers): convert typescript - naver provider profile fix(providers): convert typescript - naver provider profile * chore(providers): use nested interface for consistency Co-authored-by: Balázs Orbán <[email protected]>
* Added patreon provider - tested and working * Update src/providers/patreon.js Co-authored-by: Balázs Orbán <[email protected]> * Update src/providers/patreon.js Co-authored-by: Balázs Orbán <[email protected]> * Update src/providers/patreon.js Co-authored-by: Balázs Orbán <[email protected]> * Update src/providers/patreon.js Co-authored-by: Balázs Orbán <[email protected]> * Switched to TS, restore .env.local, restore package.json as per comments on the PR * chore: ran Prettier Co-authored-by: Balázs Orbán <[email protected]>
* feat(providers): add support to Twitter OAuth 2.0 * docs: add docs comment * chore: cleanup * chore: remove comments * chore: give warning for OAuth 2 for now
* feat: better out-of-the-box `id_token` detection * fix: check for `scope` on correct endpoint * chore: simplify internal typing
The link to providers list was 404 so updated to the correct link in document.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )