Skip to content

Token option for basic authentication #345

@frankgiordano

Description

@frankgiordano

Currently, the way each REST API call sends its credential/authentication is with the following http header.

'Authorization':'Basic <encoding of userid:password>'

Provide the ability to send an authentication token as a cookie instead of a header entry.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions