Skip to content

fjelltopp/meerkat_auth

Repository files navigation

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`