Skip to main content

One post tagged with "authentication"

View All Tags

Introducing Token-Based API Authentication

· 4 min read
Brian Pepple
Founder of the Metron Project / Code Monkey

Up to now, the only way to authenticate against the Metron API was HTTP Basic Auth with your account username and password — meaning every script or third-party tool you connected got a copy of your actual login credentials. Today that changes: you can now generate revocable API tokens and use them instead, without giving up Basic Auth.