Skip to content

Commit

Permalink
docs(adapter): add adapter repo to documentation [skip release] (#1173)
Browse files Browse the repository at this point in the history
* docs(adapter): add adapter repo to documentation

* docs(adapter): elaborate on custom repo
  • Loading branch information
aissshah authored and balazsorban44 committed Feb 1, 2021
1 parent 23ada52 commit 9860ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/docs/schemas/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ if (process.env.NODE_ENV === "production") {

## Custom Adapter

See the tutorial for [creating a database adapter](/tutorials/creating-a-database-adapter) for more information on how to create a custom adapter.
See the tutorial for [creating a database adapter](/tutorials/creating-a-database-adapter) for more information on how to create a custom adapter. Have a look at the [adapters repository](https://github.com/nextauthjs/adapters) to see community maintained custom adapters or add your own.
2 changes: 1 addition & 1 deletion www/docs/tutorials/creating-a-database-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: creating-a-database-adapter
title: Creating a database adapter
---

Using a custom adapter you can connect to any database backend or even several different databases.
Using a custom adapter you can connect to any database backend or even several different databases. Custom adapters created and maintained by our community can be found in the [adapters repository](https://github.com/nextauthjs/adapters). Feel free to add a custom adapter from your project to the repository, or even become a maintainer of a certain adapter. Custom adapters can still be created and used in a project without being added to the repository.

Creating a custom adapter can be considerable undertaking and will require some trial and error and some reverse engineering using the built-in adapters for reference.

Expand Down

0 comments on commit 9860ad8

Please sign in to comment.