An open API service indexing awesome lists of open source software.

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.

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
```