From c4ddb4f193335f11185ccfafb9bc9570bca75ada Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 14 Apr 2014 09:40:33 -0400 Subject: [PATCH] Update readme and todo --- readme.md | 6 ++++-- todo.md | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c9eb72e..f3e64ef 100644 --- a/readme.md +++ b/readme.md @@ -75,11 +75,13 @@ OAuth::login('facebook', function($user, $details) { ## Supported Providers - Facebook -- Github +- GitHub - Google - LinkedIn -*The package is still in it's early infancy obviously. Support will be added for other providers as time goes on.* +>The package is still in it's early infancy obviously. Support will be added for other providers as time goes on. + +>Feel free to open an issue if you would like support for a particular provider, or even better, submit a pull request. ## Installation diff --git a/todo.md b/todo.md index 5c4e4a1..734f18b 100644 --- a/todo.md +++ b/todo.md @@ -1,6 +1,7 @@ # To Do - Add tests for individual provider implementations - Probably extract providers into their own packages +- Add documentation for creating your own providers - Delete created user and OAuth identity if anything goes wrong that would leave the user in an "unfinished" state after initial creation - Add exception handling for "user creation failed" (unique constraints or just database errors, whatever) - Maybe stop storing access token? Don't actually ever use it again, it's totally single use...