authenticate: infer settings from authenticate url (#83)

This commit is contained in:
Bobby DeSimone 2019-04-10 12:16:00 -07:00 committed by GitHub
parent 06da599fbc
commit 603e6a17b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 182 additions and 257 deletions

View file

@ -1,6 +1,7 @@
<!-- Thanks for sending a pull request!
We generally follow Go coding and contributing conventions
which you can read about here https://golang.org/doc/contribute.html#commit_messages
<!--
Thanks for sending a pull request!
We generally follow Go coding and contributing conventions
https://golang.org/doc/contribute.html#commit_messages
Here's an example of a good PR/Commit:
@ -16,9 +17,8 @@ Here's an example of a good PR/Commit:
-->
<!-- handy checklist ; not required-->
**Checklist**:
- [ ] documentation updated
- [ ] updated docs
- [ ] unit tests added
- [ ] related issues referenced
- [ ] ready for review