Skip to content

harendranathvegi9/passport-local-cassandra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We build the flow using the code based on git@github.com:passport/express-4.x-local-example.git. The example demonstrates how to use Express 4.x and Passport to authenticate users using a username and password by form-based authentication.

We customize the flow for cassandra database.

Instructions

Start the server using Jade template.

$ node server.js

Start the server using EJS template.

$ node server_ejs.js

Open a web browser http://localhost:3000/ Log in using username kitty and password hello.

Software details:

Cassandra: 2.0.11 (some parts in datastax's node.js driver for Cassandra 3.0 have glitches at this moment, 2015-11-24)

cqlsh: 4.1.1

CQL spec 3.1.1

Thrift protocol 19.39.0

Regards,

Hao Zhuang, and Zhou Fang

UCSD CSE

2015 Nov.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.7%
  • HTML 16.3%