Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 533 Bytes

README.md

File metadata and controls

executable file
·
17 lines (11 loc) · 533 Bytes

Woke-server

A Symfony project created on September 26, 2017, 5:24 pm.

run composer install to install dependencies

Database

php bin/console doctrine:schema:update --force

OAuth 2

Authentication is done via the OAuth2 protocol.

run php bin/console acme:oauth-server:client:create --redirect-uri="http://localhost:4200/" --grant-type="authorization_code" --grant-type="password" --grant-type="refresh_token" --grant-type="token" --grant-type="client_credentials" to generate token public id and secret