Skip to content

jjun14/angular_jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular_jwt

This is a demo of using JSON Web Tokens in order to implement login and registration with AngularJS.

Getting started

To get started, do the following:

  1. Install the necessary dependencies (npm install)
  2. Start your mongoDB server
  3. Start your nodeserver

Finally, cd into the client directory and start a simple-http server

client $ http-server

Navigate to localhost:8080 and you should see the login and registration page

Features

The features of interest include:

  1. Verifying authentication using JWTs
  2. Restricting certain Angular routes to authenticated users only

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published