Adam Sunderland

Results 9 comments of Adam Sunderland

I'd like this feature as well. I'll take a stab at implementation.

However, if you move to a multiple oauth type system per user then the extra table is necessary, as it is then one user to many third-party accounts. I was...

Other projects have taken my focus away from this for the time being, nothing worth sharing yet. I'm trying to decide how to best fit it in with Sorcery's API....

Cool, I was also thinking about just changing `login_from` to use the above behavior. I don't think this would create any conflicts.

https://github.com/iterion/sorcery/commit/281b826d14d7ba41792ba6da8ed80b2f3274aef5 Take a look guys, let me know how things look for you. Haven't added tests yet.

Namespacing is an option, but not really preferred (dev effort to rename > integrating with another service). Aggregate seems like it could exist in many rails projects, especially as a...

Instead of bikeshed over the exact timing maybe we could just run this multiple times per day? It's a bummer to wait 24h no matter when the new rust release...

Done! I noticed elsewhere `enableAnnotation` is used for similar circumstances, so I just repeated that idiom here to fix the lint.