Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
/ chaplin-auth Public archive

Purely client-site OAuth login with Facebook, Twitter or Google

Notifications You must be signed in to change notification settings

chaplinjs/chaplin-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaplin

Chaplin Service Providers

In common.js. If you want to use AMD, you’ll need to slightly change stuff.

Usage

  1. Copy controllers/session_controller to your app and init session controller in application class (new SessionController()).

  2. Copy all included lib, models and views to your directories.

  3. Add providers to your SessionController, like this:

    class SessionController extends Controller
      @serviceProviders =
        facebook: new Facebook()

Example application with the addon: https://github.com/paulmillr/ostio.

About

Purely client-site OAuth login with Facebook, Twitter or Google

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published