https://github.com/therealedsheenan/contempo-rails-api
Rails server API fro contempo
https://github.com/therealedsheenan/contempo-rails-api
authentication jwt jwt-token rails ruby-on-rails
Last synced: about 1 month ago
JSON representation
Rails server API fro contempo
- Host: GitHub
- URL: https://github.com/therealedsheenan/contempo-rails-api
- Owner: therealedsheenan
- Created: 2017-04-13T08:26:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T01:00:17.000Z (over 3 years ago)
- Last Synced: 2025-01-22T17:27:28.478Z (over 1 year ago)
- Topics: authentication, jwt, jwt-token, rails, ruby-on-rails
- Language: Ruby
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Contempo-rails-api [](https://travis-ci.org/therealedsheenan/contempo-rails-api)
Server API for contempo
## Routes
- HOST_URL:PORT/api/signin
Sign-in route: Accepts username/email and password.
- HOST_URL:PORT/api/signup
Sign-up route: Accepts username/email, password
- HOST_URL:PORT/api/users
Users route: sample limited access routes
## Important
Make sure that the client URL calls matches all the routes in this API.
Use the contempo-auth.
#### Links
[contempo-auth](https://github.com/therealedsheenan/contempo-auth) - recommended client sample
### Disclaimer
Work in progress