mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Fix #761
This commit is contained in:
parent
3f18db1a00
commit
82da594244
@ -51,7 +51,7 @@ Version `6.0.0` is not backwards compatible with version `5.1.x` but only requir
|
||||
);
|
||||
```
|
||||
|
||||
All you need to do is replace the public key that was being passed into the constructor of `AuthorizationServer` with a 32 bit encryption key.
|
||||
All you need to do is replace the public key that was being passed into the constructor of `AuthorizationServer` with a 32 byte encryption key.
|
||||
|
||||
To generate an encryption key for the `AuthorizationServer` run the following command in the terminal:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user