https://github.com/sindrig/islykill2
Provids SAML2.0 authentication for the infamous Icekey
https://github.com/sindrig/islykill2
Last synced: 3 months ago
JSON representation
Provids SAML2.0 authentication for the infamous Icekey
- Host: GitHub
- URL: https://github.com/sindrig/islykill2
- Owner: sindrig
- License: mit
- Created: 2016-07-06T07:39:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T00:38:20.000Z (12 months ago)
- Last Synced: 2025-10-28T17:41:16.444Z (7 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# islykill2
Utility to parse and verify Islykill authentication, using SAML 2.0
## Requirements
[signxml](https://github.com/kislyuk/signxml)
## Installation
`pip install islykill2`
Add islykill2 to your INSTALLED_APPS if using django.
## Usage
See example.py on [github](https://github.com/sindrig/islykill2/blob/master/example.py)
## Testing
Please write some