You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Generate a private/public key pair (with passphrase) at the locations defined in your .env file: <comment>https://oauth2.thephpleague.com/installation/#generating-public-and-private-keys</>
3
+
* Configure the <info>private_key</> and <info>public_key</> with the respective key locations
4
+
* Set the <info>private_key_passphrase</> to the private key password set in the previous step
5
+
6
+
2. <bg=magenta;fg=white> Update the database schema </>
7
+
* Update your database schema so that bundle entities can be managed by Doctrine
8
+
9
+
3. <bg=magenta;fg=white> Read the docs </>
10
+
* Read the documentation at <comment>https://github.com/thephpleague/oauth2-server-bundle/blob/master/docs/index.md</>
0 commit comments