Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guillaumebriday/rails-token-authentication-demo


https://github.com/guillaumebriday/rails-token-authentication-demo

api demo rails ruby token

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rails-token-authentication-demo

[![Build Status](https://travis-ci.org/ZiiCEagle/Rails-token-authentication-demo.svg?branch=master)](https://travis-ci.org/ZiiCEagle/Rails-token-authentication-demo)

Exemple de l'authentification avec des tokens pour une API Rails.

## Installation

```
$ git clone [email protected]:ZiiCEagle/Rails-token-authentication-demo.git
$ cd Rails-token-authentication-demo
$ bundle
$ bundle exec rake db:migrate
```

## Lancer le serveur

```
$ bundle exec rails s
```

## Lancer les tests

```
$ bundle exec rake test
```