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

Release v2.5.4

Compare
Choose a tag to compare
@iaincollins iaincollins released this 13 Feb 05:02
· 205 commits to master since this release

This release features email and oAuth based authentication, with CSRF protection and using httpOnly cookies to project against XSS exploits. It also adds support for live reloading of CSS/SCSS and linting with 'xo' and has extended documentation.

Client and server configuration (including oAuth providers) is easily configurable. A range of options, including oAuth configuration options, are exposed and can be configured in .env (see .env.defaults for examples). Additionally options can be configured within the app in 'auth.js'.

This release uses Next.js 2.0.0-beta.23. It has been tested in recent versions of all major browsers (Chrome, Firefox, Internet Explorer and Safari).