Auth
Last updated
Was this helpful?
Last updated
Was this helpful?
prestd has support in JWT Token generation based on two fields (example user and password), being possible to use an existing table from your database to login configuring some parameters in the configuration file (or environment variable), by default this feature is disabled.
Bearer - , bearer tokens to access OAuth 2.0-protected resources
Basic - , base64-encoded credentials. More information below
understand more about http authentication