IRLeif
September 9, 2018, 9:47pm
13
bartlomiej:
Pow is session based and for REST API, which might be also used by mobile app later i am looking for something with tokens in headers. Uberauth looks fine but its more of a framework rather than a simple library, what do you think about Guardian?
Aha, I see.
I haven’t got much hands-on experience with any of these libraries myself yet; I’ve just been toying around with them for a learning project. I know of a few related threads that might be useful.
When I researched Elixir earlier this year, I was told that there wasn’t a CAS server app for it similar to Ruby CAS. Someone today told me that they think Ueberauth is an implementation of CAS for Elixir. Is this correct? The appeal of CAS (and Ruby CAS) is I’ve read that CAS handles OpenID Connect (and also Oauth2 since OpenID Connect is built on Oauth2), and SAML, and offers other benefits. If Ueber is an implementation of CAS, does it implement all aspects of CAS or … which things does it no…