mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
authenticate: infer settings from authenticate url (#83)
This commit is contained in:
parent
06da599fbc
commit
603e6a17b9
21 changed files with 182 additions and 257 deletions
10
.github/PULL_REQUEST_TEMPLATE
vendored
10
.github/PULL_REQUEST_TEMPLATE
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue