Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 360 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 360 Bytes

mySMS SSO demo - Python edition

A oversimplified demo app to demonstrate mySMS SSO authentication using Python

Prerequisites

PyNaCl - used for the signed/encrypted communication between the application and platform - is a wrapper around libsodium. Before installing PyNaCl you must install libsodium. For MacOS, using homebrew: brew install libsodium