V
V
Void Vasher2021-04-27 01:52:46
User identification
Void Vasher, 2021-04-27 01:52:46

Device authentication?

Good afternoon.

Some devices located in a public place need to be authenticated by the backend in order to be allowed to use the API. All Android devices. They can transmit either a MAC address or a serial code. This information will be used for authentication.

What's the best way to implement this safely and quickly? The use of the MAC address can immediately be discarded, as far as I understand. The serial remains.
There is an option to use JWT and check signatures, or just serial + secret.
I would be grateful for any suggestions.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SKEPTIC, 2021-04-27
@AlgollY

1) API token for each account/device
2) Login + Password
The first option is preferable

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question