Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saitoxu/react-devise-token-auth-sample
React on Rails using devise_token_auth for authentication
https://github.com/saitoxu/react-devise-token-auth-sample
authentication devise devise-token-auth rails rails5 react reactjs sample
Last synced: about 1 month ago
JSON representation
React on Rails using devise_token_auth for authentication
- Host: GitHub
- URL: https://github.com/saitoxu/react-devise-token-auth-sample
- Owner: saitoxu
- License: mit
- Created: 2017-06-05T07:18:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T09:43:10.000Z (over 7 years ago)
- Last Synced: 2024-11-20T14:50:37.626Z (about 2 months ago)
- Topics: authentication, devise, devise-token-auth, rails, rails5, react, reactjs, sample
- Language: Ruby
- Homepage:
- Size: 233 KB
- Stars: 25
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# react-devise-token-auth-sample
This is a sample application of React on Rails using devise_token_auth gem for authentication.
## Development
```sh
$ git clone https://github.com/saitoxu/react-devise-token-auth-sample.git
$ cd react-devise-token-auth-sample
$ bundle install --path vendor/bundle
$ yarn install
$ yarn dev
$ rails s # in another shell
```## Author
- Yosuke Saito - [saitoxu](https://github.com/saitoxu)
## License
[MIT](LICENSE.txt)