Add support for PUT verb for auth token URL (#95)
This commit is contained in:
parent
05cefd5ecd
commit
8277a3666d
|
@ -13,6 +13,7 @@ login:
|
||||||
choices:
|
choices:
|
||||||
- GET
|
- GET
|
||||||
- POST
|
- POST
|
||||||
|
- PUT
|
||||||
oauth2_callback_user_id_path: ""
|
oauth2_callback_user_id_path: ""
|
||||||
oauth2_callback_user_info_paths:
|
oauth2_callback_user_info_paths:
|
||||||
type: list
|
type: list
|
||||||
|
|
Loading…
Reference in New Issue