We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2c86e commit 85c2265Copy full SHA for 85c2265
README.md
@@ -12,6 +12,7 @@ This little utility is intended to help people using Oauth2 with PKCE in PHP. It
12
- [Features](#features)
13
- [Installation](#installation)
14
- [Usage](#usage)
15
+- [Contributors](#contributors)
16
- [License](#license)
17
18
## Features
@@ -62,6 +63,10 @@ $isValid = PKCEUtils::validate($verifier, $challenge);
62
63
64
> **Note** You can also use the test case suite as a full example on how to use this utility. You can find it in the [tests](tests) folder.
65
66
+## Contributors
67
+
68
+- [Farkie](https://github.com/Farkie)
69
70
## License
71
72
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments