Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 649 Bytes

README.rst

File metadata and controls

22 lines (15 loc) · 649 Bytes

Meerkat Authentication

https://travis-ci.org/meerkat-code/meerkat_auth.svg?branch=master
  ,'''''-._
 ;  ,.  <> `-._
 ;  \'   _,--'"
;      (
; ,   ` \
;, ,     \

The authentication module, providing a single sign on service to all meerkat components.

Note that python package cryptography, used for signing the JWTs, requires the following linux packages to be installed:

`sudo apt-get install build-essential libssl-dev libffi-dev python-dev`