Download the PHP package nitroxy/nxauth without Composer
On this page you can find all versions of the php package nitroxy/nxauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nitroxy/nxauth
More information about nitroxy/nxauth
Files in nitroxy/nxauth
Download nitroxy/nxauth
More information about nitroxy/nxauth
Files in nitroxy/nxauth
Vendor nitroxy
Package nxauth
Short Description A module for authenticating with NitroXys CAS-service
License
Package nxauth
Short Description A module for authenticating with NitroXys CAS-service
License
Please rate this library. Is it a good library?
Informations about the package nxauth
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.
Usage
Put this as a submodule in your repository, then copy nxauth.sample.php into your project and modify it.
Functions
NXAuth
These functions does not require a API key
- 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
Contains these attributes:
- username
- user_id
- fullname
- ticket
NXAPI
NXAPI::api_function_name(api_options) calls api_function_name with api_options.
All versions of nxauth with dependencies
PHP Build Version
Package Version
Requires
jasig/phpcas Version
^1.3
The package nitroxy/nxauth contains the following files
Loading the files please wait ....