auth

List Graph
Tags
Bookmarks
Branches
Age Author Description
Mon, 14 Dec 2015 04:36:28 -0800 Paddy Update nsq import path. default tip
Mon, 14 Dec 2015 04:17:21 -0800 Paddy Break out scopes and events.
Sat, 18 Jul 2015 03:38:27 -0400 Paddy Update client to detect errors.
Sat, 18 Jul 2015 03:36:13 -0400 Paddy Send events when logins are verified.
Wed, 15 Jul 2015 00:13:59 -0400 Paddy Update to use a generic event emitter.
Mon, 13 Jul 2015 23:49:25 -0400 Paddy Add notes about model events.
Mon, 29 Jun 2015 23:58:05 -0400 Paddy Add kubernetes definitions.
Mon, 29 Jun 2015 23:50:15 -0400 Paddy Create Docker image for authd.
Mon, 29 Jun 2015 23:30:29 -0400 Paddy Use an environment variable to set the JWT secret.
Sun, 17 May 2015 03:21:17 -0400 Paddy Make client use our auth(n/z) scheme.
Sun, 17 May 2015 02:27:36 -0400 Paddy Support email verification.
Sun, 17 May 2015 02:18:07 -0400 Paddy Add login verification to Config.
Sun, 17 May 2015 02:17:09 -0400 Paddy Instantiate a login verification handler.
Sun, 17 May 2015 00:53:45 -0400 Paddy Create interfaces for login verification flow.
Fri, 15 May 2015 19:44:40 -0400 Paddy Switch to a JWT approach.
Tue, 12 May 2015 21:14:21 -0400 Paddy Implement an endpoint for token information.
Mon, 11 May 2015 21:25:18 -0400 Paddy Implement a GetProfileHandler.
Mon, 11 May 2015 20:46:23 -0400 Paddy Support CORS.
Sat, 25 Apr 2015 22:44:36 -0400 Paddy Clean up after Client deletion, finish cleaning up after Profile deletion.
Sun, 19 Apr 2015 23:18:26 -0400 Paddy Use postgres arrays for scope associations.
Sat, 11 Apr 2015 19:07:26 -0400 Paddy Clean up sessions and tokens after Profile is deleted.
Sat, 11 Apr 2015 17:58:15 -0400 Paddy Stop soft-deleting Profiles and actually delete them.
Sat, 11 Apr 2015 17:23:15 -0400 Paddy Start to support deleting profiles through the API.
Sat, 11 Apr 2015 15:37:41 -0400 Paddy Enable terminating sessions through the API.
Sat, 11 Apr 2015 14:39:51 -0400 Paddy Remove concept of usernames.
Sat, 11 Apr 2015 14:13:52 -0400 Paddy Wire up the postgres database for authd.
Tue, 07 Apr 2015 02:51:13 -0400 Paddy Implement postgres version of authCodeStore.
Tue, 07 Apr 2015 01:00:26 -0400 Paddy Implement postgres version of the tokenStore.
Mon, 06 Apr 2015 07:58:10 -0400 Paddy Implement a session store in postgres.
Tue, 24 Mar 2015 21:50:42 -0400 Paddy Fix tests for scopeStore.
Tue, 24 Mar 2015 20:39:03 -0400 Paddy Implement postgres version of scopeStore.
Sun, 22 Mar 2015 16:26:37 -0400 Paddy Implement postgres clientStore.
Sat, 21 Mar 2015 18:46:57 -0400 Paddy Fix whitespace in Profile queries.
Sat, 21 Mar 2015 14:53:15 -0400 Paddy Test our Postgres profileStore implementation.
Sat, 21 Mar 2015 01:23:33 -0400 Paddy Do a first, naive pass at storing profiles in Postgres.
Fri, 20 Mar 2015 23:03:21 -0400 Paddy Randomly generate codes.
Wed, 18 Mar 2015 17:42:42 -0400 Paddy Fix tests.
Wed, 18 Mar 2015 17:28:47 -0400 Paddy Implement UpdateProfileHandler.
Mon, 16 Mar 2015 22:36:12 -0400 Paddy Add a handler to remove a Client.
Sat, 07 Mar 2015 23:06:52 -0500 Paddy Add GetEndpoint method, add RemoveEndpoint handler.
Sat, 07 Mar 2015 20:45:34 -0500 Paddy Require authentication when adding endpoint to client.
Sat, 07 Mar 2015 20:20:12 -0500 Paddy Require authentication to update Clients.
Sat, 07 Mar 2015 19:40:49 -0500 Paddy Return client Secrets when listing clients with basic auth.
Sat, 07 Mar 2015 01:06:04 -0500 Paddy Test our GetClientHandler function, add isAuthError helper.
Fri, 06 Mar 2015 19:27:19 -0500 Paddy Add ListEndpoints handler.
Thu, 05 Mar 2015 19:11:53 -0500 Paddy Add a handler to add endpoints to a client.
Thu, 05 Mar 2015 18:55:31 -0500 Paddy Fix go vet error.
Tue, 03 Mar 2015 22:18:28 -0500 Paddy Attach our Scope type to AuthCodes and Tokens.
Fri, 20 Feb 2015 22:34:43 -0500 Paddy Introduced scopes.
Thu, 29 Jan 2015 20:40:55 -0500 Paddy Add Client updating from the API.
Wed, 28 Jan 2015 07:27:32 -0500 Paddy Enable CSRF protection, add expiration to sessions.
Sat, 24 Jan 2015 10:34:33 -0500 Paddy Implement handlers for retrieving clients.
Sat, 24 Jan 2015 09:48:12 -0500 Paddy Change normalization flags to a constant.
Sat, 24 Jan 2015 09:13:23 -0500 Paddy Test our getClientAuth helper, switch to table-based tests.
Mon, 19 Jan 2015 06:42:42 -0500 Paddy Add our BUG notices.
Mon, 19 Jan 2015 06:01:51 -0500 Paddy Drop RemoveToken, test RevokeToken for refresh tokens.
Mon, 19 Jan 2015 04:24:22 -0500 Paddy Test around client types and secrets.
Sun, 18 Jan 2015 05:08:18 -0500 Paddy Remove refresh token expiration, update implicit token.
Sun, 18 Jan 2015 05:03:17 -0500 Paddy Fill out token.CreatedFrom.
Sun, 18 Jan 2015 04:54:02 -0500 Paddy Refactor verifyClient, implement refresh tokens.
More Commits