Skip to content

Commit e5cee8a

Browse files
authored
Update README.md
1 parent d439f0f commit e5cee8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Single file PHP script that adds a REST API to a MySQL InnoDB database. Alternat
77

88
Related projects:
99

10+
- [PHP-API-AUTH](https://github.com/mevdschee/php-api-auth): Authentication add-on supporting JWT + username/password.
1011
- [PHP-SP-API](https://github.com/mevdschee/php-sp-api): Single file PHP script that adds a REST API to a SQL database.
1112
- [PHP-CRUD-UI](https://github.com/mevdschee/php-crud-ui): Single file PHP script that adds a UI to a PHP-CRUD-API project.
1213

@@ -46,7 +47,7 @@ This is a single file application! Upload "api.php" somewhere and enjoy!
4647
- Relation "transforms" for PHP and JavaScript
4748
- Binary fields supported with base64 encoding
4849
- Generate API documentation using Swagger tools
49-
- Authentication via JWT token or username/password
50+
- Authentication via JWT token or username/password (via [PHP-API-AUTH](https://github.com/mevdschee/php-api-auth))
5051

5152
## Configuration
5253

0 commit comments

Comments
 (0)