rails-angular-jwt-example icon indicating copy to clipboard operation
rails-angular-jwt-example copied to clipboard

An example of how to combine angular and rails with JWT authentication

trafficstars

Angular Messages

Angular Messages is a demo application to show how to implement JWT authentication with a Rails backend and an Angular frontend.

If you want to try it, you need to do the following:

Configure and run Rails:

$ bundle install
$ rails s

And then, lineman (for Angular):

$ cd frontend
$ npm install
$ lineman run

Having both application started, you can navigate to: http://localhost:8000

Live demo - Register yourself or try with: [email protected] / 123123