baraja-core/structured-api

Token authentication

janbarasek opened this issue · 1 comments

When requesting a secure endpoint, we will look for a token in the parameters. If a token exists, an optional extension is called to validate the token.

If the token exists, access will be allowed for this one request, otherwise the original logic will be used.

This is a paid feature.