fork https://github.com/synrc/avz

Andrii Zadorozhnii 63917b8e92 switch from deprecated gplus to google login. disable custom button 8 лет назад
include d8fa35ec7f moving to kvs 3.1 9 лет назад
priv 63917b8e92 switch from deprecated gplus to google login. disable custom button 8 лет назад
src 63917b8e92 switch from deprecated gplus to google login. disable custom button 8 лет назад
.gitignore 43a8dc4a7e gitignore added 10 лет назад
.travis.yml 7ac8404738 18.0 10 лет назад
README.md bc5598a114 fix all bugs 10 лет назад
rebar.config f58c19dfd3 updated oauth library fix twitter login issue 8 лет назад

README.md

AVZ Login System for N2O

Authentication methods for N2O sites. Supports both JavaScript based logins (like Google and Facebook) and redirect based OAuth logins (Twitter, Github) in a sane and simple manner. Compatible with but not limited to Nitrogen and N2O.

Supported Methods

  • Twitter
  • Google
  • Facebook
  • Github
  • Microsoft

API

sdk/0                % JavaScript for page embedding for JavaScript based login methods
login_button/0       % HTML Button for page embedding
event/1              % Page Event for HTTP redirect based login methods
api_event/3          % Page Event for JavaScript based login methods
callback/0           % Callback part of HTTP redirect based login methods
registration_data/3  % Process Parameters

Usage

Pretty short example is given at http://maxim.livejournal.com/421845.html (Russain) along with discussion how to design pages with N2O. Example of Login also could be found in http://github.com/5HT/skyline project.

Credits

  • Andrii Zadorozhnii
  • Andrii Sergiienko
  • Maxim Sokhatsky

OM A HUM