Descartes Labs Auth API

The Auth module handled token-based authentication against app.descarteslabs.com — OAuth login flow, refresh tokens, and the user namespace claim that served as a global identifier for the authenticated user across Catalog, Compute, Vector, and Storage. Surfaced as `descarteslabs.auth` and consumed transparently by every other client module.

API entry from apis.yml

apis.yml Raw ↑
aid: descartes-labs:auth
name: Descartes Labs Auth API
description: The Auth module handled token-based authentication against app.descarteslabs.com — OAuth
  login flow, refresh tokens, and the user namespace claim that served as a global identifier for the
  authenticated user across Catalog, Compute, Vector, and Storage. Surfaced as `descarteslabs.auth` and
  consumed transparently by every other client module.
tags:
- Auth
- Authentication
- OAuth
humanURL: https://github.com/dlarchives/descarteslabs-python/tree/master/descarteslabs/auth
properties:
- type: SourceCode
  url: https://github.com/dlarchives/descarteslabs-python/tree/master/descarteslabs/auth
- type: Module
  url: https://github.com/dlarchives/descarteslabs-python/tree/master/descarteslabs/auth