marmo
passing jwt secrets between django app and windmill via api
hey @rubenf the problem that i'm actually running into is within windmill, generating a jwt token that can be authenticated by my django app. In Django im using the Jose package to verify and sign tokens, is there an equivalent i can use in the windmill script as an alternative to manually generating my own tokens in windmill?
17 replies
passing jwt secrets between django app and windmill via api
so instead of creating a payload as an object, construct it as a string, and use the secret were storing within windmill and doppler to decode it? Would this still require all payload fields being asked on the windmill side? like username, email, is_admin.. etc?
17 replies