Skip to content

canonical/canonicalwebteam.candid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canonical Candid - Python package

Publish

canonicalwebteam.candid provides authentication with Candid, a macaroon-based authentication service.

See: https://github.com/canonical/candid

This client only support the browser-redirect login protocol that provides a mechanism for a user to authenticate with candid, and subsequently discharge macaroons, by redirecting a web browser via the candid login pages.

How to install

To install this extension as a requirement in your project, you can use PIP:

pip install canonicalwebteam.candid

See also the documentation for pip install.

Development

The package leverages poetry for dependency management.