Balázs Orbán
3fcdd22656
feat(provider): reduce user facing API ( #1023 )
...
Co-authored-by: Balazs Orban <balazs@nhi.no >
2021-01-05 16:34:26 +01:00
Jakub Naskręski
4f89d74d78
feat: Display error if no [...nextauth].js found ( #678 )
...
* Display error if no [...nextauth].js found
fixes #647
* Log the error and describe it inside errors.md
Co-authored-by: Balázs Orbán <info@balazsorban.com >
2020-12-13 02:28:09 +01:00
Iain Collins
ccfa1d55bb
Update errors.md
2020-10-30 14:18:25 +00:00
Iain Collins
37596edf2b
Improve CSRF security for all routes
...
Includes breaking changes for v3 and updates to documentation.
If using the client, the only required change should be setting the NEXTAUTH_URL environment variable.
2020-07-27 05:20:34 +01:00
Iain Collins
5d63adf7df
Update errors.md
2020-06-26 17:22:18 +01:00
Iain Collins
f1a872f861
Update errors.md
2020-06-26 16:39:48 +01:00
Jefferson Bledsoe
aa1f29dc53
Documentation typo fixes ( #268 )
2020-06-15 17:19:05 +02:00
Iain Collins
1f4bc91d87
Add limited support for credentials sign in
2020-06-15 04:01:52 +01:00
Iain Collins
64b23d484d
Fix typo in errors.md
2020-06-09 16:39:05 +01:00
Iain Collins
799bd2dfaa
Updated error docs and logger
2020-06-09 09:44:35 +01:00
Nico Domino
c0ccbc9274
WIP: Console Errors with URLs ( #222 )
...
* test: override console.error
* update: clean up test URL + test docs
* refactor console.error override into own iife
* update: import override into client + typeorm
* chore: organise errors.md page
* fix: lowercase errorCode required for hash
* update: refactor error fn into own fn instead of (ab)using console.error itself
* add: bold docs msg in console
* update: err function rename + prepare docs URL for prod
2020-06-08 17:57:03 +02:00