Dylan McReynolds
Dylan McReynolds
About PKCE, this is a nice discussion: https://dropbox.tech/developers/pkce--what-and-why-
To add more information about PKCE. Until recently, SPA (and mobile apps) were guided towards `implicit flow` for a number of reasons. Without cross-site scripting capability, following `code authorization` flow...
The tiled server is implementing a feature that each serialize method will need to be able to handle in order for Tiled to work. Making `file` an optional parameter in...
Could `views` be a better place to put Databroker's `projections` and [projectors](https://github.com/bluesky/databroker/blob/main/databroker/projector.py)? To sum up, `projection` are a way add a mapping to the start document. `projectors` are a python...
> So rather than injecting that info into the run documents, you're suggesting to instead let tiled handle that when the data gets accessed? That makes a lot of sense....
Just adding some offline conversations with @danielballan on this topic. What are the necessary configurations on the Tiled to establish an "app"? If we go all out an support "Apps"...
This is something that we're starting to look at again, using JupyterHub and its authentication as the WebApp.
This simple adapter interface will allow us to create an test an adapter while the development in Tiled starts up, which is great.
I'm a little confused by something on the digram above. You have multiple routes between pymca and tiled. Is the two way http connection for something other than the ws...
> I very much intentionally wanted to avoid calling it content-type. I wouldn't envy whoever is documenting content-type the http header and content-type the subtype for this endpoint. mimetype sounds...