mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
9 lines
484 B
Plaintext
9 lines
484 B
Plaintext
1. <bg=magenta;fg=white> Provide a key pair </>
|
|
* Generate a private/public key pair by running</> <comment>php bin/console league:oauth2-server:generate-keypair</>
|
|
|
|
2. <bg=magenta;fg=white> Update the database schema </>
|
|
* Update your database schema so that bundle entities can be managed by Doctrine
|
|
|
|
3. <bg=magenta;fg=white> Read the docs </>
|
|
* Read the documentation at <comment>https://github.com/thephpleague/oauth2-server-bundle/blob/master/docs/index.md</>
|