Merge branch 'hasinhayder:master' into master

pull/6/head
Mahe Karim 3 years ago committed by GitHub
commit cb83b1979a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1]
php: [8.1, 8.0]
name: PHP${{ matrix.php }}
@ -25,7 +25,7 @@ jobs:
coverage: none
- name: Install dependencies
run: composer update --ignore-platform-reqs
run: composer install
- name: Create Environment file and generate app key
run: |

1
.gitignore vendored

@ -14,3 +14,4 @@ yarn-error.log
/.vscode
database.sqlite
.DS_Store
composer.lock

@ -316,7 +316,7 @@ You can include `name` or `email`, or both in a URL Encoded Form Data or JSON pa
}
```
You will get a JSON response with user token. You need this user token for making any calls to other routes protected by user ability.
You will receive the updated user if the bearer token is valid.
```json
{
@ -367,7 +367,7 @@ For example to delete the user with id 2, use this endpoint `http://localhost:80
No payload is required for this call.
You will get a JSON response with user token. You need this user token for making any call to other routes protected by user ability.
If the request is successful and the bearer token is valid, you will receive a JSON response like this
```json
{

7771
composer.lock generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save