Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renuo/rails_ember_google_oauth2
An example on how to connect Rails and Ember and perform a login through GoogleOauth2
https://github.com/renuo/rails_ember_google_oauth2
ember oauth2 r-alessandrorodi rails
Last synced: 19 days ago
JSON representation
An example on how to connect Rails and Ember and perform a login through GoogleOauth2
- Host: GitHub
- URL: https://github.com/renuo/rails_ember_google_oauth2
- Owner: renuo
- License: mit
- Created: 2017-05-04T18:38:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T14:09:09.000Z (about 7 years ago)
- Last Synced: 2024-11-11T00:38:25.979Z (3 months ago)
- Topics: ember, oauth2, r-alessandrorodi, rails
- Language: Ruby
- Size: 82 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rails API + Ember + Google Oauth2
An example on how to connect the two applications.
Please refer to the [Article on Medium](https://medium.com/@coorasse/rails-ember-google-oauth2-807e24c3266)
## Setup
For the Backend:
bundle
cp config/application.example.yml config/application.yml
For the Frontend:yarn install
You'll need to generate a Google API Application and replace the client_id and client_secret both on Backend and on Frontend.