adamcooke / staytus

💡 An open source solution for publishing the status of your services
http://staytus.co
MIT License
2.17k stars 284 forks source link

API documentation #258

Closed joca-bt closed 6 years ago

joca-bt commented 6 years ago

From the documentation:

To authenticate to the API you need to create an API token in the Staytus admin area. Once created, you'll have a token and secret. These should be sent with every request in the headers shown below.

    X-Auth-Token - should contain the token
    X-Auth-Secret - should contain the secret

However, only the token is generated, no secret is being generated. Is this out of date?

joca-bt commented 6 years ago

Nevermind :D.