<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cashier/server/auth/github, branch v1.0.0</title>
<subtitle>Mirror of Cashier, a SSH Certificate Authority (CA).
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/'/>
<entry>
<title>update dependencies</title>
<updated>2017-04-10T20:38:33+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-04-10T20:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=30802e07b2d84fbc213b490d3402707dffe60096'/>
<id>30802e07b2d84fbc213b490d3402707dffe60096</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial pass at prometheus support. (#56)</title>
<updated>2017-02-12T14:38:12+00:00</updated>
<author>
<name>Kevin Lyda</name>
<email>kevin@ie.suberic.net</email>
</author>
<published>2017-02-12T14:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=ed8bc523fd0d1a66acf3fa449c453508035efdfc'/>
<id>ed8bc523fd0d1a66acf3fa449c453508035efdfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove the oauth_callback_url config option"</title>
<updated>2017-02-11T20:20:35+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-02-11T20:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=9c344a0a95c44ef9cebade7b8a65ac160d9eb900'/>
<id>9c344a0a95c44ef9cebade7b8a65ac160d9eb900</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the oauth_callback_url config option</title>
<updated>2017-02-09T12:49:37+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-02-04T23:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=44cb8512c9881687e091cca589a0adcb9f72fa7a'/>
<id>44cb8512c9881687e091cca589a0adcb9f72fa7a</id>
<content type='text'>
Infer the redirect url from the request instead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Infer the redirect url from the request instead
</pre>
</div>
</content>
</entry>
<entry>
<title>Update authprovider tests</title>
<updated>2017-01-16T22:57:26+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-01-16T22:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=c598d076f6e09242aa7675d744a0ec5e715caf95'/>
<id>c598d076f6e09242aa7675d744a0ec5e715caf95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more context to errors</title>
<updated>2017-01-15T22:43:41+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2017-01-15T21:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=17b17fc8bb690d1f6344e5af1c62b3b37166bc48'/>
<id>17b17fc8bb690d1f6344e5af1c62b3b37166bc48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update whitelisting</title>
<updated>2016-06-14T21:42:37+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2016-06-14T20:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=cd138ddf742d124aea3d1e7f155735576459be67'/>
<id>cd138ddf742d124aea3d1e7f155735576459be67</id>
<content type='text'>
Whitelist Google users based on their email address instead of the username part of the email address.
Plain gmail (non Google Apps) accounts don't necessarily end in '@gmail.com', and whitelisting on username alone is open to abuse.
Skip testing for a Google Apps domain (ui.Hd) if no domain is configured.
Principals will still be added as the user part of the email address.

For the Github provider, skip checking that the user is a member of an organization is none is configured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Whitelist Google users based on their email address instead of the username part of the email address.
Plain gmail (non Google Apps) accounts don't necessarily end in '@gmail.com', and whitelisting on username alone is open to abuse.
Skip testing for a Google Apps domain (ui.Hd) if no domain is configured.
Principals will still be added as the user part of the email address.

For the Github provider, skip checking that the user is a member of an organization is none is configured.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #21 from nsheridan/whitelist_support</title>
<updated>2016-06-14T08:40:14+00:00</updated>
<author>
<name>Marco Bonetti</name>
<email>sid77@users.noreply.github.com</email>
</author>
<published>2016-06-14T08:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=c50fcd7500b78ad73d0d61246b03ed74560d2839'/>
<id>c50fcd7500b78ad73d0d61246b03ed74560d2839</id>
<content type='text'>
Add support for a users whitelist</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for a users whitelist</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for a users whitelist</title>
<updated>2016-06-14T08:26:29+00:00</updated>
<author>
<name>Marco Bonetti</name>
<email>marco@intercom.io</email>
</author>
<published>2016-06-10T13:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=a03243a826bb4eb5eebad19133f6b15e2f5dfdc2'/>
<id>a03243a826bb4eb5eebad19133f6b15e2f5dfdc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run the linter as part of tests.</title>
<updated>2016-06-13T21:14:19+00:00</updated>
<author>
<name>Niall Sheridan</name>
<email>nsheridan@gmail.com</email>
</author>
<published>2016-06-13T21:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/cashier/commit/?id=31ce8e9a3ce48d8fae08e6be6dee3248b5b63a7a'/>
<id>31ce8e9a3ce48d8fae08e6be6dee3248b5b63a7a</id>
<content type='text'>
Fix lint warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix lint warnings.
</pre>
</div>
</content>
</entry>
</feed>
