Skip to content

An example rails app featuring a REST API including authentication and authorization with devise

Notifications You must be signed in to change notification settings

francissevilla/rails-api-authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Rails REST API

This was a quick example application focussed on creating a Rails API with Authentication & Authorization with Device. I’ve found several solutions online but no full repositories.

The application handles authentication tokens for sessions, rather than using cookies. A user’s authentication token must be sent along with their user_id number when requesting an action (POST,PUT,DELETE) be done that requires their permission.

Here we have a very simple rooms/messages application. Right now the rooms functionality is functional, with a user having many rooms.

About

An example rails app featuring a REST API including authentication and authorization with devise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published