Michael Merickel
Michael Merickel
Just some quick notes on setting this up while sifting through a lot of confused comments above. - The role you create (roleA) doesn't need any permissions. It just needs...
While the function itself is anonymous - now that `connectToStores` accepts actions I'd recommend renaming its usage in the docs to `connectToFlux` or something similar.
Can you please add tests/docs for this?
whoops, if we're letting those be optional then I guess that'll have to be updated
Great idea. I wouldn't subclass from NewRequest though. Is there a reason you did that? Events can be any `object`.
The feature is good but I think instead of separate subclasses for each provider I will just use a subscriber predicate based on the name of the provider. I've been...
I added an OpenID test focused on myopenid.com. It's working so I'm not sure what your issue is. Maybe you can tell me what options you're trying to use with...
I think the supported options could be standardized but they'd have to remain strings because the scope can usually also be specified in the POST request to the login url...
@2nd do you know if Yahoo's new auth machinery is bw-compat with existing applications? For example, if I create an application on Yahoo and use OpenID+OAuth, then we switch to...
Velruse would probably store this information in the session. It tends to use the state parameter for CSRF checks to validate the authentication. With that in mind, I'm not sure...