2

Tipfy's user-authentication tutorial advertises its unified system that accepts all of Google, own-auth, OpenID, OAuth, and Facebook authentication; but the examples so far show exclusively Google auth and exclusively own-auth.

How do I make the other authentication options available?

Greg Bacon
  • 134,834
  • 32
  • 188
  • 245

1 Answers1

3

There's now an example showing several authentication methods used at the same time here. Source code is available here.

moraes
  • 13,213
  • 7
  • 45
  • 59