2017 © Pedro Peláez
 

library zf2-eve-login

Enables logging in a user using EVE Online single sign-on

image

sheridan/zf2-eve-login

Enables logging in a user using EVE Online single sign-on

  • Monday, December 15, 2014
  • by sheridan
  • Repository
  • 2 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

THIS IS NOW ARCHIVED FOR REFERENCE PURPOSES

zf2EveLogin

Introduction

For EVE Online, the SSO means that you can sign into a web site that has integrated the EVE SSO and confirm you are a specific character. While signing into a site you will be asked which character you wish to authenticate with and the web site that let you sign in with the EVE SSO will get confirmation from CCP that you own that character. The original web site will only ever get your character, they never see your account name or password. The original web site will not know what account that character is on or have any way, from us at least, of linking that character to any other character on the same account., (*1)

Installation

Using composer

  1. Add sheridan/zf2-eve-login (version dev-master) to requirements
  2. Run update command on composer
  3. Add zf2EveLogin to your application.config.php file

Manually

Clone this project into your ./vendor/ directory and enable it in your application.config.php file., (*2)

Requires

PHP >= 5.3.3, (*3)

Create a config/zf2evelogin.global.php file with the following contents return array( 'zf2EveLogin' => array( 'client_id' => '', 'secret' => '<YOUR SECRET PROVIDED BY CCP', 'callback_url' => 'http://www.yourwebsite.com/eve-sso/authorise', ), );, (*4)

The Versions

15/12 2014

dev-master

9999999-dev

Enables logging in a user using EVE Online single sign-on

  Sources   Download

MIT

The Requires

 

zf2 eve online sso