Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrikken/woke-server
Back-end woke application
https://github.com/patrikken/woke-server
aouth2 doctrine-orm restful-api symfony3
Last synced: about 1 month ago
JSON representation
Back-end woke application
- Host: GitHub
- URL: https://github.com/patrikken/woke-server
- Owner: patrikken
- Created: 2018-09-24T09:25:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T10:44:15.000Z (over 6 years ago)
- Last Synced: 2024-10-20T11:37:08.371Z (2 months ago)
- Topics: aouth2, doctrine-orm, restful-api, symfony3
- Language: PHP
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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