Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add machine-to-machine API authentication example #549

Merged
merged 1 commit into from
May 3, 2024

Conversation

spillai
Copy link
Contributor

@spillai spillai commented May 3, 2024

Summary

This PR allows developers to authenticate their requests with a server with machine-to-machine authentication. This is useful when the server is accessible to the public but requires a secure API-key authentication to access the HTTP services.

Checks

  • make lint: I've run make lint to lint the changes in this PR.
  • make test: I've made sure the tests (make test-cpu or make test) are passing.
  • Additional tests:
    • Benchmark tests (when contributing new models)
    • GPU/HW tests

@spillai spillai requested a review from outtanames May 3, 2024 22:16
This PR allows developers to authenticate their requests with a server with
machine-to-machine authentication. This is useful when the server is
accessible to the public but requires a secure API-key authentication to
access the HTTP services.
@spillai spillai merged commit 909c4ce into autonomi-ai:main May 3, 2024
4 checks passed
@spillai spillai deleted the spillai/dev-0.3.0 branch May 3, 2024 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant