Sign Up
Loading...

Simple authentication with a single secret key

Asked by 101366915154176305384 on October 21, 2024

Is there a simple authentication method that lets me call the API with a single secret key (for example, put the key in a header) without a separate login step?


Answered by Twidget

Twidget supports token‑based authentication and provides tutorials on usage. You must first generate an authentication token (via a login request); once issued, that token can be reused for subsequent requests. There is no way to bypass the initial token generation step entirely.

See tutorials: https://www.youtube.com/watch?v=kfbS6gJqRa4 and https://www.youtube.com/watch?v=vRtlTfvI22I

Related Questions