valum-framework/valum

Oauth

ZanderBrown opened this issue · 1 comments

Does valum have some nice magic oauth functions?

Are any planned?

Could you point me in the direction of some docs to setup such a system?

There's librest, although I cannot vouch for it, I think it's being used in some GNOME apps for authentication/authorization with services like Twitter.

If you are looking for a server-side solution, you'll need to work it out from the specification (see RFC 6749 and 6750). I would be very intersted in including a working implementation in Valum and could provide some help.