Update the readme
This repository is to be used as a reference for implementing Webmaker Authentication in a node/express/nunjucks application
Points of interest (look for inline comments explaining what to do):
git clone https://github.com/mozilla/webmaker-login-example.git
npm install
cp env.dist .env
node app
For further configuration options and details, read the webmaker-auth README and the webmaker-auth-client README
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Webmaker Login Example
This repository is to be used as a reference for implementing Webmaker Authentication in a node/express/nunjucks application
Points of interest (look for inline comments explaining what to do):
Required npm modules:
Optional npm modules:
Required bower module:
setup
git clone https://github.com/mozilla/webmaker-login-example.gitnpm installcp env.dist .envnode appMore
For further configuration options and details, read the webmaker-auth README and the webmaker-auth-client README