klvtz/janrain-union

A janrain interfacing method for third-party plugins

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:wordpress-plugin

dev-master 2015-09-10 00:45 UTC

This package is not auto-updated.

Last update: 2024-05-11 15:56:46 UTC


README

A Janrain interface for third-party plugins.

Work in Progress

Goals

  • Modernize singe-sign-on (SSO) with federate service via social login and registration
  • Interface janrain features with third-party vendors: livefyre.
  • Implement modern PHP development the right way to model future plugin development.

Progress

Let's treat janrain as an API for interfacing between services. We are still waiting on janrain to return to us a working widget on our needs for SSO widget.

Update

JanRain will generate the provision widget necessary for our use. A future goal would be to use this as middleman api to login. That is, the widget will still leverage this as a token generation, but will provide an API for maintaining session.

Checklist

  • Request to API v2 and get user data: done
  • Architecture, dependencies, seperation of concern: done
  • Create proper widget
  • Maintain session
  • Interface with livefyre plugin
  • Unit testing