Skip to content

Commit 831c0da

Browse files
committed
add supporting version to README.md #33
1 parent f0b639c commit 831c0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If you'd like to change the OAuth workflow, modify handleRequest methods of Toke
129129
### Customizing Grant Handlers
130130

131131
If you want to change which grant types are supported or to use a customized handler for a grant type, you can
132-
override the ```handlers``` map in a customized ```TokenEndpoint``` trait. Here's an example of a customized
132+
override the ```handlers``` map in a customized ```TokenEndpoint``` trait since version 0.10.0. Here's an example of a customized
133133
```TokenEndpoint``` that 1) only supports the ```password``` grant type, and 2) customizes the ``password``` grant
134134
type handler to not require client credentials:
135135

0 commit comments

Comments
 (0)