Using our api is more complicated than necessary. Use OAuth 1.0a to do authentication rather than our hand-rolled stuff.
Or should we rely on SSL and do something more oauth like instead?
We should actually port to oauth to be more standard. Oauth 1.0a has an option to rsa-sign requests so we should be ok for pubkey encryption there.
description has changed
If we'd like to use rsa signatures, we can grab the public keys from alexandria:
select * from user_auth_keys where username='foo';
Log in to post a comment.
Or should we rely on SSL and do something more oauth like instead?
We should actually port to oauth to be more standard. Oauth 1.0a has an option to rsa-sign requests so we should be ok for pubkey encryption there.
description has changed
If we'd like to use rsa signatures, we can grab the public keys from alexandria: