Skip to content

Commit 9279ad0

Browse files
committed
Merge branch 'master' of github.com:lucadegasperi/oauth2-server-laravel
2 parents a417dc6 + 51984f3 commit 9279ad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ POST https://www.example.com/oauth/access_token?
136136
grant_type=authorization_code&
137137
client_id=the_client_id&
138138
client_secret=the_client_secret&
139+
redirect_uri=client_redirect_uri&
140+
code=the_authorization_code&
139141
scope=scope1,scope2&
140142
state=123456789
141143
```

0 commit comments

Comments
 (0)