-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added UseTumblrAuthentication #171
base: master
Are you sure you want to change the base?
Conversation
Very cool. I am at monitorama (a conference) right now. Ill have to look into this later this week/next week. |
using Microsoft.Owin.Security; | ||
using Microsoft.Owin.Security.Provider; | ||
|
||
namespace Owin.Security.Providers.Tumblr.Provider { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please fix the inconsistent formatting in this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
I pulled down your code and ran it in the same project, and I cannot seem to get a valid login, 1 thing I did find...your comment about the default url is signin-Tumblr, but the actual default is signin-tumblr |
it should be working now. |
Thanks I am on holiday and probably will not get to this until September 15. Sorry for any inconvenience this may have caused. |
Adding UseTumblrAuthentication for #170