mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Fix #761
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user