Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Updated link to sample .env file to not create 404. #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AUTHENTICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To use oAuth you need to configure environment variables with ID and secret and

This project comes pre-configured to handle Facebook, Google and Twitter oAuth if you provide the ID and sercret for the service via environment variables.

You can pass them on the command line or put them in `.env` file which will be loaded at startup (see [.env.default](https://github.com/iaincollins/nextjs-starter/blob/master/.env.default) for an example).
You can pass them on the command line or put them in `.env` file which will be loaded at startup (see [.env.default](https://github.com/iaincollins/nextjs-starter/blob/master/.env.example) for an example).

If you want to add new oAuth providers (such as GitHub), you will need to:

Expand Down