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 - recommended client sample
Disclaimer
Work in progress