File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Generate 256-bit key from here [allkeysgenerator](https://www.allkeysgenerator.c
26
26
Update .env file
27
27
28
28
The system has 2 authentication methods
29
-
29
+
30
30
1 . JWT Token [ token]
31
31
2 . API Key [ key]
32
32
@@ -36,6 +36,12 @@ After that just create an account using /register endpoint and POST method
36
36
$ httpie post http://localhost/api/register name=" Root" username=" admin" password=" admin"
37
37
```
38
38
39
+ or
40
+
41
+ Use the example to create an account
42
+
43
+ You can reuse the example for any project you want
44
+
39
45
Enjoy
40
46
41
47
## Example Project
@@ -46,6 +52,8 @@ TaskGateway.php
46
52
47
53
Are an example project to show how the system work
48
54
55
+ Also you can reuse the code in it and change it to your specifications
56
+
49
57
## License
50
58
51
59
MIT
You can’t perform that action at this time.
0 commit comments