pyDE1 icon indicating copy to clipboard operation
pyDE1 copied to clipboard

Implement OAuth2 for Visualizer Uploader

Open jeffsf opened this issue 2 years ago • 1 comments

An upload-only scope is now available, thanks to Miha's work.

Use it and minimize potential damage due to exposure of credentials.

https://github.com/miharekar/decent-visualizer/commit/07f29b521426776a8fde9d1afa884b72518754af

jeffsf avatar Aug 02 '22 18:08 jeffsf

It doesn't appear that Visualizer presently supports the kind of auth flow needed to obtain a token. It appears that only redirect-based flows are presently available. These would not be useful in a home-network situation without significant security risks.

https://auth0.com/docs/get-started/authentication-and-authorization-flow/which-oauth-2-0-flow-should-i-use

jeffsf avatar Sep 11 '22 16:09 jeffsf