This commit is contained in:
Milos Stojanovic
2019-06-20 11:09:05 +02:00
parent e6395f769c
commit 82e0b1577c
6 changed files with 69 additions and 12 deletions

View File

@@ -54,3 +54,11 @@ At the end, open ```configuration.php``` and update AuthInterface handler to ref
],
```
## API authentication
Front-end will use session based authentication to authenticate and consume the back-end.
Note: The application will not correctly if cookies are disabled.