Skip to content

Commit 9213f9b

Browse files
committed
README.md
1 parent bb64c34 commit 9213f9b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Generate 256-bit key from here [allkeysgenerator](https://www.allkeysgenerator.c
2626
Update .env file
2727

2828
The system has 2 authentication methods
29-
29+
3030
1. JWT Token [token]
3131
2. API Key [key]
3232

@@ -36,6 +36,12 @@ After that just create an account using /register endpoint and POST method
3636
$ httpie post http://localhost/api/register name="Root" username="admin" password="admin"
3737
```
3838

39+
or
40+
41+
Use the example to create an account
42+
43+
You can reuse the example for any project you want
44+
3945
Enjoy
4046

4147
## Example Project
@@ -46,6 +52,8 @@ TaskGateway.php
4652

4753
Are an example project to show how the system work
4854

55+
Also you can reuse the code in it and change it to your specifications
56+
4957
## License
5058

5159
MIT

0 commit comments

Comments
 (0)