registry.routes module

Provides Flask integration for the external user interface.

registry.routes.authorize()[source]

User-facing endpoint for authorization code (three-legged) workflow.

registry.routes.issue_token()[source]

Client authentication endpoint.

Return type:Response
registry.routes.redirect_to_login(*args, **kwargs)[source]

Send the user to log in, with a pointer back to the current URL.