Skip to content

billstron/passwordless-stateless-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passwordless Stateless Angular

An Angular.js example application for utilizing Passwordless login with a stateless API server using JWT.

Installation

Dependencies: node.js, bower.

git clone https://github.com/billstron/passwordless-stateless-angular.git
cd ./passwordless-stateless-angular
npm install
bower install

Usage

  1. Start the server
    node ./index.js
    
  2. Browse to http://localhost:3000.
  3. Try the API access. There is an open one and a restricted one.
  4. Submit your email for authentication: foo@bar.com
  5. Check the server logs for the correct link to follow. Copy and paste that link into your browser window. You will be redirected back with an authorized session.
  6. Check the restricted resource.

License

BSD 2-Clause

About

An Angular.js example application for utilizing Passwordless login with a stateless API server using JWT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published