Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
varp committed Oct 19, 2020
2 parents 7ade85c + a9b50a2 commit 3934cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can pass additional OAuth2 Server Options by setting `options` property on t
The next step you should run migration

```php
yii migrate --migrationPath=@vendor/filsh/yii2-oauth2-server/migrations
yii migrate --migrationPath=@vendor/filsh/yii2-oauth2-server/src/migrations
```

this migration creates the oauth2 database scheme and insert test user credentials ```testclient:testpass``` for ```http://fake/```
Expand Down Expand Up @@ -193,4 +193,4 @@ class PublicKeyStorage implements \OAuth2\Storage\PublicKeyInterface{
For more, see https://github.com/bshaffer/oauth2-server-php

# Authors & Contributors
The original author of this package [Igor Maliy](https://github.com/filsh) . At the time the project maintainer is [Vardan Pogosian](https://vardan.dev).
The original author of this package [Igor Maliy](https://github.com/filsh) . At the time the project maintainer is [Vardan Pogosian](https://vardan.dev).

0 comments on commit 3934cec

Please sign in to comment.