shibuqam -
Gather the authenticated users on UQAM websites.
The main method to use is HttpRequest::user
and it extracts the information
of the authenticated user from the request header.
The real authentication must be done by a mandatory reverse proxy server.
Content
- shibuqam (contrib/shibuqam)
- examples (contrib/shibuqam/examples)
- reloadgame: Example that uses
shibuqam
to authenticate users and count the number of time they reload. (contrib/shibuqam/examples/reloadgame.nit) - shibuqamoauth: Server that implements an OAuth2-like authentication bound to a
shibuqam
valid server. (contrib/shibuqam/examples/shibuqamoauth.nit)
- reloadgame: Example that uses
- shibuqam: Gather the authenticated users on UQAM websites. (contrib/shibuqam/shibuqam.nit)
- examples (contrib/shibuqam/examples)