Skip to content

Simplify authentication over HTTPS #475

Open
@wrygiel

Description

@wrygiel

Since most Opencaching sites now use HTTPS, OAuth 1.0a authentication might be greatly simplified. When HTTPS is used, OKAPI doesn't have to require signatures, nonces nor timestamps to be included along the request. This makes Level 3 calls much simpler. You can read about this, for example, in this Dropbox developers post:

https://blogs.dropbox.com/developers/2012/07/using-oauth-1-0-with-the-plaintext-signature-method/

Currently, OKAPI still requires HMAC-SHA1 signature method. Over HTTPS, we should support PLAINTEXT method too (and ignore nonces and timestamps in this case).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions