2017 © Pedro Peláez
 

library nxauth

A module for authenticating with NitroXys CAS-service

image

nitroxy/nxauth

A module for authenticating with NitroXys CAS-service

  • Monday, July 11, 2016
  • by ext
  • Repository
  • 3 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

API for nitroxy.com

This code provide a API for nitroxy.com. On a basic level it provides cas login, giving you only username and name of the user, but with a API key you can gain access to much more., (*1)

Usage

Put this as a submodule in your repository, then copy nxauth.sample.php into your project and modify it., (*2)

Functions

NXAuth

These functions does not require a API key, (*3)

  • NXAuth::login(): Trigger login
  • NXAuth::logout(): Trigger logout
  • NXAuth::is_authenticated(): bool
  • NXAuth::user(): Return a NXUser instance with the current user, or null

NXUser

These functions does not require a API key, (*4)

Contains these attributes: * username * user_id * fullname * ticket, (*5)

NXAPI

NXAPI::api_function_name(api_options) calls api_function_name with api_options., (*6)

The Versions

11/07 2016

dev-master

9999999-dev

A module for authenticating with NitroXys CAS-service

  Sources   Download

The Requires

 

by Andreas Tarandi

11/07 2016

v1.1

1.1.0.0

A module for authenticating with NitroXys CAS-service

  Sources   Download

The Requires

 

by Andreas Tarandi

09/04 2016

dev-fixes

dev-fixes

A module for authenticating with NitroXys CAS-service

  Sources   Download

The Requires

 

by Andreas Tarandi

21/02 2015

v1.0

1.0.0.0

A module for authenticating with NitroXys CAS-service

  Sources   Download

by Andreas Tarandi