panoptes icon indicating copy to clipboard operation
panoptes copied to clipboard

Support json web tokens

Open fgypas opened this issue 5 years ago • 1 comments

The users should be able to login to the server to get a JSON token and export it in the environment. The HTTP requests from snakemake to panoptes should be decorated with the token.

fgypas avatar Nov 12 '19 10:11 fgypas

See https://github.com/snakemake/snakemake/pull/819 to start discussion. It would be best if we had an authentication flow that would return 401 with a Www-Authenticate header to request it, and then the bearer token generated however the server wants. I'm not sure if this is in line with w4c3 (or what that standard is called) but let's discuss!

vsoch avatar Dec 28 '20 00:12 vsoch