Closed Nethrenial closed 1 year ago
Does it support the same kinds of guards we write for passport js with nestjs?If it does, how to pass the Bearer token with auto-generated client SDK of nestia?
https://nestia.io/docs/sdk/sdk/#comment-tags
IConnection.headers
const reply = await api.functional.some.address(connection, ...); connection.headers ??= {}; connection.headers.Authorization = reply.token;
How to implement various authentication patterns used in nestjs with nestia? '
Does it support the same kinds of guards we write for passport js with nestjs?If it does, how to pass the Bearer token with auto-generated client SDK of nestia?