Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shanselman committed Sep 28, 2012
1 parent 4ffb7d9 commit 1e60637
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ The beginning of a basic Demo of ASP.NET and Mozilla's Persona Id.

Ideally I'd want to integrate Persona as an "External Login Provider" even though it's not an OAuth provider per se.

It can be integrated directly, as I've done here, with FormsAuthentication.SetAuthCookie() which isn't really "real." It should actually check for an existing local login and use it or create a new user if need be.
It can be integrated directly, as I've done here, with FormsAuthentication.SetAuthCookie() which isn't really "real." It should actually check for an existing local login and use it or create a new user if need be.

Right now, it's about 60% there.

0 comments on commit 1e60637

Please sign in to comment.