<feed xmlns='http://www.w3.org/2005/Atom'>
<title>foursquare-grow.git/src/com/p4square/restlet/oauth, branch 20160414b</title>
<subtitle>The Foursquare (now Motion Church) Grow website 
</subtitle>
<id>https://git.jesterpm.net/pub/jesterpm/foursquare-grow.git/atom?h=20160414b</id>
<link rel='self' href='https://git.jesterpm.net/pub/jesterpm/foursquare-grow.git/atom?h=20160414b'/>
<link rel='alternate' type='text/html' href='https://git.jesterpm.net/pub/jesterpm/foursquare-grow.git/'/>
<updated>2016-04-09T22:48:01Z</updated>
<entry>
<title>Switching from Ivy+Ant to Maven.</title>
<updated>2016-04-09T22:48:01Z</updated>
<author>
<name>Jesse Morgan</name>
<email>jesse@jesterpm.net</email>
</author>
<published>2016-04-09T21:22:20Z</published>
<link rel='alternate' type='text/html' href='https://git.jesterpm.net/pub/jesterpm/foursquare-grow.git/commit/?id=3102d8bce3426d9cf41aeaf201c360d342677770'/>
<id>urn:sha1:3102d8bce3426d9cf41aeaf201c360d342677770</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moving F1OAuthHelper to F1Access.</title>
<updated>2014-09-09T14:44:01Z</updated>
<author>
<name>Jesse Morgan</name>
<email>jesse@jesterpm.net</email>
</author>
<published>2014-09-09T14:44:01Z</published>
<link rel='alternate' type='text/html' href='https://git.jesterpm.net/pub/jesterpm/foursquare-grow.git/commit/?id=c2feb363e513c0dea83d507eb9ba1918748d4e8e'/>
<id>urn:sha1:c2feb363e513c0dea83d507eb9ba1918748d4e8e</id>
<content type='text'>
F1Access will provide a collection of F1 API methods, rather than
placing all of those methods in F1User as I was originally planning.
</content>
</entry>
<entry>
<title>Fixing connection leak on failed login</title>
<updated>2013-10-02T05:15:31Z</updated>
<author>
<name>Jesse Morgan</name>
<email>jesse@jesterpm.net</email>
</author>
<published>2013-10-02T05:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.jesterpm.net/pub/jesterpm/foursquare-grow.git/commit/?id=0daa3ec0fa105c5bcbabec35cb61e07a20049e93'/>
<id>urn:sha1:0daa3ec0fa105c5bcbabec35cb61e07a20049e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introducing F1 Authentication and Adding Site Content.</title>
<updated>2013-08-27T15:28:16Z</updated>
<author>
<name>Jesse Morgan</name>
<email>jesse@jesterpm.net</email>
</author>
<published>2013-08-27T15:28:16Z</published>
<link rel='alternate' type='text/html' href='https://git.jesterpm.net/pub/jesterpm/foursquare-grow.git/commit/?id=1cdb43bb3e432040aed18c05e129f0131ee7d20a'/>
<id>urn:sha1:1cdb43bb3e432040aed18c05e129f0131ee7d20a</id>
<content type='text'>
This change introduced the f1oauth and jesterpm oauth packages for
interacting with Fellowship One's developer API. I have also reworked
the login authentication to verify credentials through F1 and added
session management to track logged in users.

The Authenticator chain works as follows: on every page load we check
for a session cookie, if the cookie exists, the Request is marked as
authenticated and the OAuthUser object is restored in ClientInfo. If
this request is going to an account page, we require authentication. The
LoginFormAuthenticator checks if the user is already authenticated (via
cookie) and if not redirects the user to the login page. When the login
form is submitted, LoginFormAuthenticator catches the POST request and
authenticates the user through F1.

I'm also adding a new account page, but it is currently a work in
progress.

This commit also adds Allen's content to the site.
</content>
</entry>
</feed>
