catbert
catbert

Reputation: 1017

OpenID authentication with Nancy

I want my Nancy site to accept Google/Facebook/OpenID authentication.
Are there any existing solutions for this?

Upvotes: 0

Views: 581

Answers (1)

TheCodeJunkie
TheCodeJunkie

Reputation: 9616

There are work in progress by myself and members of our community. I am working on implementing the OAuth 2.x specification and then we're ironing out the implementations for Facebook/Twitter (not sure if anyone looked at Google) authentication.

Upvotes: 3

Related Questions