Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Update composer bin directive and docs for new script name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcguyer committed Apr 4, 2018
1 parent dd2b670 commit f49c796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -56,7 +56,7 @@
}
},
"bin": [
"bin/zend-expressive-authentication-oauth2-generate-keys"
"bin/generate-oauth2-keys"
],
"scripts": {
"check": [
Expand Down
4 changes: 2 additions & 2 deletions docs/book/intro.md
Expand Up @@ -22,10 +22,10 @@ If you need an introduction to OAuth2, you can read the following references:

In order to implement the OAuth2 server, we first need to configure it. The
first step is to generate new cryptographic keys. We need to execute the script
`bin/zend-expressive-authentication-oauth2-generate-keys` in order to generate these keys.
`bin/generate-oauth2-keys` in order to generate these keys.

```bash
$ ./vendor/bin/zend-expressive-authentication-oauth2-generate-keys
$ ./vendor/bin/generate-oauth2-keys
```

This script will store the keys in the parent application `data` folder if found:
Expand Down

0 comments on commit f49c796

Please sign in to comment.