mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Merge pull request #347 from thephpleague/kayladnls-patch-1
Updating docs
This commit is contained in:
commit
6e90bf6c59
@ -117,7 +117,7 @@ View:
|
||||
Route:
|
||||
|
||||
~~~ php
|
||||
$router->get('/signin', function (Request $request) use ($server) {
|
||||
$router->post('/signin', function (Request $request) use ($server) {
|
||||
|
||||
if (!isset($_POST['authorization'])) {
|
||||
// show form
|
||||
|
Loading…
Reference in New Issue
Block a user