Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guillaumebriday/rails-token-authentication-demo
- Owner: guillaumebriday
- Created: 2016-07-21T22:17:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T00:05:09.000Z (over 8 years ago)
- Last Synced: 2024-10-10T04:21:57.898Z (about 1 month ago)
- Topics: api, demo, rails, ruby, token
- Language: Ruby
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```