Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Commit

Permalink
Update readme and todo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Apr 14, 2014
1 parent b2e9cb4 commit c4ddb4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions 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...
Expand Down

0 comments on commit c4ddb4f

Please sign in to comment.