Skip to content

Custom JWT #828

Answered by arxdsilva
lublak asked this question in API Server
Discussion options

You must be logged in to vote

Hello @lublak,

Dividing your discussion, here's some important topics about pREST:

  1. We do support 3rd party JWTs, as long as the API knows how to verify it using the PREST_JWT_ALGO and PREST_JWT_KEY envs;
  2. It is also possible to mark a route to be bypassed by the JWT verification using PREST_JWT_WHITELIST;
  3. Currently we do not support other JWT checks, and that does include any users / permissions / groups related to the tables.

We are actively developing pREST and this is a great feature that might be added further in our path, thank you for the suggestion.

Best,
Arthur Silva

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by arxdsilva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment