https://github.com/willitscale/super-duper-authentication
I do NOT advise using this as an authentication library as this was written with a known vulnerability and is being used as part of a CTF.
https://github.com/willitscale/super-duper-authentication
Last synced: about 2 months ago
JSON representation
I do NOT advise using this as an authentication library as this was written with a known vulnerability and is being used as part of a CTF.
- Host: GitHub
- URL: https://github.com/willitscale/super-duper-authentication
- Owner: willitscale
- License: apache-2.0
- Created: 2019-07-18T18:39:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T19:13:52.000Z (over 6 years ago)
- Last Synced: 2025-03-13T04:29:54.367Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# SuperDuperAuthentication
### Disclaimer
This is **NOT** a library which should be used for commercial purposes or by any means to protect sensitive data as it was written with a backdoor for a CTF (Capture the Flag) hacking challenge.
### Setup
Include this with the following:
```
{
"repositories": [
{
"url": "https://github.com/willitscale/super-duper-authentication.git",
"type": "git"
}
],
"require": {
"super-duper-authentication/super-duper-authentication": "^1.0"
}
}
```
Either set a system variable or create a `.env` file with the following:
```
SECRET=yoursupersecretvalue
```