syslao / Rails-React-Auth

Rails app that is ready to connect to any client app. I've implemented Michael Hartl's Auth system and added access_token for client apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails-React-Auth

This app is still in the work, but it has a complete Auth system that is ready to be used against client apps. Once you register from the client app you will receive an access_token. There is also a verify_access_token in the Session controller method so you can use it to verify the access_tokens. You may watch the first part of my tutorial where I explain how the Rails backend works in this link. https://www.youtube.com/watch?v=ZpiF5IhavaY

About

Rails app that is ready to connect to any client app. I've implemented Michael Hartl's Auth system and added access_token for client apps.


Languages

Language:Ruby 69.9%Language:HTML 25.8%Language:CSS 2.4%Language:JavaScript 1.4%Language:CoffeeScript 0.4%