mozilla / persona-roadmap

A repository for user stories related to Mozilla's Identity efforts.
3 stars 1 forks source link

As a website developer, I'd like to allow users to authenticate without session management for some actions, and with session management for others. #39

Closed callahad closed 11 years ago

callahad commented 11 years ago

Sometimes you want to get an assertion from a user without influencing their overall Persona session. For instance, you might want to allow a user to:

without defaulting them to being logged in the next time they hit that site.

.get() allows for this, but it can't be used on a site that also uses .watch(). Maybe they should both be allowed on a single page?

shane-tomlinson commented 11 years ago

This is a dup of #9

callahad commented 11 years ago

I agree. I'll port this over there. But not so long as you're watching GitHub at 19.30 your time. ;)

shane-tomlinson commented 11 years ago

Closing as dup. Thanks @callahad!