2 Commits

Author SHA1 Message Date
Trayan Azarov
35a367e02e [ENH]: Auth Providers - Static API Token (#1051)
Refs: #1027

## Description of changes

*Summarize the changes made by this PR.*
 - New functionality
        - Baseline functionality and tests implemented
        - Example notebook updated
- Minor refactor on the client creds provider to allow for user specific
credentials fetching.

## Test plan
*How are these changes tested?*

- [x] Tests pass locally with `pytest` for python (regression)
- [x] New fixtures added for token-based auth

## Documentation Changes
Docs should be updated to highlight the new supported auth method.
2023-08-28 16:51:41 -07:00
Trayan Azarov
48700dd07f [ENH] CIP-2: Auth Providers Proposal (#986)
## Description of changes

*Summarize the changes made by this PR.*
 - New functionality
	 - Auth Provide Client and Server Side Abstractions
	 - Basic Auth Provider

## Test plan
Unit tests for authorized endpoints

## Documentation Changes
Docs should change to describe how to use auth providers on the client
and server. CIP added in `docs/`
2023-08-22 19:48:55 -07:00