Balázs Orbán
6b1b8613d0
chore: reword PR template
2021-02-01 10:01:10 +01:00
Balázs Orbán
6d023aa533
chore: create PULL_REQUEST_TEMPLATE.md
2021-02-01 10:01:10 +01:00
Balázs Orbán
080dd5f569
chore: add note about conveting questions to discussions
2021-02-01 10:01:10 +01:00
Balázs Orbán
a6867b3564
chore: disallow issues without template
2021-02-01 10:01:10 +01:00
dependabot[bot]
6750accc0a
chore(dep): Bump highlight.js from 9.18.1 to 9.18.5 ( #880 )
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 9.18.1 to 9.18.5.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.1...9.18.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Balázs Orbán <info@balazsorban.com >
Co-authored-by: Nico Domino <yo@ndo.dev >
2021-02-01 10:01:10 +01:00
Kristóf Poduszló
9aae7bbc54
refactor(db): update Prisma calls to support 2.12+ ( #881 )
...
Co-authored-by: Balázs Orbán <info@balazsorban.com >
Co-authored-by: Nico Domino <yo@ndo.dev >
2021-02-01 10:01:10 +01:00
Cathy Chen
a84fe596af
update(provider): Update Slack provider to use V2 OAuth endpoints ( #895 )
...
* Update Slack to v2 authorize urls, option for additional authorize params
* acessTokenGetter + documentation
2021-02-01 10:01:10 +01:00
Vladimir Evdokimov
18840ead40
feat(provider): Add Azure Active Directory B2C ( #921 )
...
* add provider: Microsoft
* documentation
* support no tenant setup
* fix code style
* chore: rename Microsoft provider to AzureADB2C
* chore: alphabetical order in providers/index
* doc: add provider to FAQ
2021-02-01 10:01:10 +01:00
Joe Bell
f72ee5ec06
feat: add foursquare ( #584 )
2021-02-01 10:01:10 +01:00
RobertCraigie
958c31a4ee
feat(provider): Add Bungie ( #589 )
...
* Add Bungie provider
* Use absolute URL for images
* Correct image URL and use consistent formatting
Co-authored-by: Nico Domino <yo@ndo.dev >
2021-02-01 10:01:10 +01:00
dependabot[bot]
f47f5c6c62
Bump next from 9.5.3 to 9.5.4 in /test/docker/app ( #759 )
...
Bumps [next](https://github.com/vercel/next.js ) from 9.5.3 to 9.5.4.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v9.5.3...v9.5.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nico Domino <yo@ndo.dev >
2021-02-01 10:01:10 +01:00
Joost Jansky
d5f5157366
feat(provider): add netlify ( #555 )
...
Co-authored-by: styxlab <cws@DE01WP777.scdom.net >
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2021-02-01 10:01:10 +01:00
Joseph Vaughan
9fbfd90bb2
add(db): Add support for Fauna DB ( #708 )
...
* Add support for Fauna DB
* Add integration tests
Co-authored-by: Nico Domino <yo@ndo.dev >
2021-02-01 10:01:10 +01:00
Fabrizio Ruggeri
97d6f19fab
Include callbackUrl in newUser page ( #790 )
...
* Include callbackUrl in newUser page
* Update src/server/routes/callback.js
Co-authored-by: Iain Collins <me@iaincollins.com >
* Update src/server/routes/callback.js
Co-authored-by: Iain Collins <me@iaincollins.com >
Co-authored-by: Iain Collins <me@iaincollins.com >
Co-authored-by: Nico Domino <yo@ndo.dev >
2021-02-01 10:01:10 +01:00
Nico Domino
fdcc62bd26
WIP: Update Docusaurus + Site dependencies ( #802 )
...
* update: deps
* fix: broken link
* fix: search upgrade change
2021-02-01 10:01:10 +01:00
Aymeric
4764d60268
Fix for Reddit Authentication ( #866 )
...
* Fixed Reddit Authentication
* updated fix for build test
* updated buffer to avoid deprecation message
* Updated for passing tests
2021-02-01 10:01:10 +01:00
Manish Chiniwalar
5f51c975c9
docs: Update default ports for support Databases ( #839 )
...
https://next-auth.js.org/configuration/databases
2021-02-01 10:01:10 +01:00
Balázs Orbán
0c9104c13a
fix(provider): handle no profile image for Spotify ( #914 )
...
* chore(deps): upgrade "standard"
* style(lint): run lint fix
* fix(provider): optional chain Spotify provider profile img
2021-02-01 10:01:10 +01:00
Alan Ray
8a6f0944ef
fix: update Okta routes ( #763 )
...
the current routing for the Okta provider does not follow the standard
set by Okta, and as such doesn't allow for custom subdomains. this
update amends the routes to allow for customer subdomains, and also
aligns next-auth with Okta's documentation.
2021-02-01 10:01:10 +01:00
Daggy1234
672cedc712
fix: ensure Images are produced for discord ( #734 )
2021-02-01 10:01:10 +01:00
Josh Padnick
05b275956b
fix: update nodemailer version in response to CVE. ( #860 )
...
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7769 reports a high-severity issue with the current version of nodemailer. This should be merged and released right away if possible.
2021-02-01 10:01:10 +01:00
Pauldic
219b01724b
docs: fix typo in callbacks.md ( #815 )
...
This is a simple typographical error changed accesed to accessed
2021-02-01 10:01:10 +01:00
Joshua K. Martinez
94b0c68c8f
docs: fix discord example code ( #850 )
2021-02-01 10:01:10 +01:00
James Perkins
81ebff897f
docs: update for Now to Vercel ( #847 )
...
Vercel archived their now packages a while back, so you can use vercel env pull to pull in the .env
2021-02-01 10:01:10 +01:00
Luke Lau
8ac14ed298
feat: allow react 17 as a peer dependency ( #819 )
...
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2021-02-01 10:01:10 +01:00
Balázs Orbán
51cfec92ba
feat: simplify NextAuth instantiation ( #911 )
2021-02-01 10:01:10 +01:00
Balázs Orbán
78fd783bac
docs: announce canary docs [skip release] ( #1044 )
2021-01-04 23:15:23 +01:00
Balázs Orbán
cec46b0d67
chore: add myself to the contributors list 🙈
2020-12-07 22:33:18 +01:00
Balázs Orbán
7bedd4afa9
Revert "feat(provider): Add Azure Active Directory B2C ( #809 )" ( #919 )
...
This reverts commit 6e6a24a7af .
2020-12-06 21:43:13 +01:00
Vladimir Evdokimov
6e6a24a7af
feat(provider): Add Azure Active Directory B2C ( #809 )
...
* add provider: Microsoft
* documentation
* support no tenant setup
* fix code style
* chore: rename Microsoft provider to AzureADB2C
* chore: alphabetical order in providers/index
2020-12-06 21:34:40 +01:00
Balázs Orbán
6f067be7b0
chore: add reproduction section to questions
2020-12-05 21:40:12 +01:00
Balázs Orbán
e4cc3a92e5
chore: run build GitHub Actions on canary as well
2020-12-05 19:47:09 +01:00
Balázs Orbán
610ab39b40
chore: run build GitHub Action on canary also
2020-12-05 18:53:31 +01:00
Balázs Orbán
7d1168637d
chore: fix typo in stalebot comment
2020-12-05 16:30:09 +01:00
Balázs Orbán
b2c1f32057
chore: add link to issue explaining stalebot
2020-12-05 14:19:45 +01:00
Balázs Orbán
9247495fee
chore: use stale label, instead of wontfix
2020-12-05 14:15:55 +01:00
Balázs Orbán
341fae28d4
Revert "feat: simplify NextAuth instantiation" ( #910 )
...
This reverts commit b86ffa5dd5 .
2020-12-05 10:39:03 +01:00
Balázs Orbán
b86ffa5dd5
feat: simplify NextAuth instantiation ( #867 )
2020-12-05 10:34:32 +01:00
Damien Guard
5415a9c3ab
docs: remove redundant 3rd arg to sessions example ( #874 )
...
There is no third argument as per 8115a7c66c/src/server/routes/session.js (L82)
2020-12-05 10:15:28 +01:00
sankara
dc516e8be8
docs: fix typo in options.md ( #873 )
2020-12-05 10:13:43 +01:00
sAy
29a0d9d295
docs: update API docs about server-side getProviders ( #879 )
2020-12-05 10:12:17 +01:00
Balázs Orbán
5f5174f6e2
refactor: define _getSession in useEffect scope ( #724 )
2020-12-05 10:00:30 +01:00
Dennis Morello
424b4ee257
Update apple.md
...
Fixed a typo
2020-12-05 09:57:29 +01:00
Balázs Orbán
545a7e752e
feat: forward auth params from signin to provider ( #823 )
2020-12-05 09:54:27 +01:00
Balázs Orbán
c564b84182
chore: add stalebot configuration
2020-12-05 09:37:27 +01:00
Siddharth Sharma
0db233d208
Add Sign in With Apple Tutorial ( #896 )
...
Co-authored-by: Iain Collins <me@iaincollins.com >
2020-12-02 11:13:53 +00:00
Yana Agun Siswanto
5126f4e342
CONTRIBUTING.md: Fix spelling and other issue ( #810 )
...
Co-authored-by: Iain Collins <me@iaincollins.com >
2020-10-30 17:09:42 +00:00
Michael McQuade
e09dfc6a7f
Change definitively typed to definitely typed ( #813 )
2020-10-30 17:08:12 +00:00
Iain Collins
ccfa1d55bb
Update errors.md
2020-10-30 14:18:25 +00:00
ndom91
d7dc7b0753
add: ndom91 dev.to tutorial
2020-10-27 15:39:30 +01:00