mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-06 03:53:54 +05:30
Update installation.md
This commit is contained in:
parent
3aeefe7d22
commit
89e733d903
@ -18,7 +18,7 @@ The following versions of PHP are supported:
|
||||
In your project root just run:
|
||||
|
||||
{% highlight shell %}
|
||||
$ $ composer require league/oauth2-server:5.0.0-RC1
|
||||
$ composer require league/oauth2-server:5.0.0-RC1
|
||||
{% endhighlight %}
|
||||
|
||||
Ensure that you’ve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading).
|
||||
@ -43,4 +43,4 @@ openssl rsa -in private.key -pubout > public.key
|
||||
|
||||
The private key must be kept secret (i.e. out of the web-root of the authorization server). The authorization server also requires the public key.
|
||||
|
||||
The public key should be distributed to any services (for example resource servers) that validate access tokens.
|
||||
The public key should be distributed to any services (for example resource servers) that validate access tokens.
|
||||
|
Loading…
Reference in New Issue
Block a user