Skip to content

Commit 52d24fd

Browse files
committed
docs: add Acknowledgements
1 parent f40a5ee commit 52d24fd

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

docs/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,22 @@ The primary goals for Shield are:
2727
### License
2828

2929
Shield is licensed under the MIT License - see the [LICENSE](https://github.com/codeigniter4/shield/blob/develop/LICENSE) file for details.
30+
31+
### Acknowledgements
32+
33+
Every open-source project depends on it's contributors to be a success. The following users have
34+
contributed in one manner or another in making Shield:
35+
36+
<a href="https://github.com/codeigniter4/shield/graphs/contributors">
37+
<img src="https://contrib.rocks/image?repo=codeigniter4/shield" alt="Contributors">
38+
</a>
39+
40+
Made with [contrib.rocks](https://contrib.rocks).
41+
42+
The following articles/sites have been fundamental in shaping the security and best practices used
43+
within this library, in no particular order:
44+
45+
- [Google Cloud: 13 best practices for user account, authentication, and password management, 2021 edition](https://cloud.google.com/blog/products/identity-security/account-authentication-and-password-management-best-practices)
46+
- [NIST Digital Identity Guidelines](https://pages.nist.gov/800-63-3/sp800-63b.html)
47+
- [Implementing Secure User Authentication in PHP Applications with Long-Term Persistence (Login with "Remember Me" Cookies) ](https://paragonie.com/blog/2015/04/secure-authentication-php-with-long-term-persistence)
48+
- [Password Storage - OWASP Cheat Sheet Series](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html)

0 commit comments

Comments
 (0)