I have a working application using the python sdk that has a flask server as a backend. And that works I am good with the oauth flow and the application does what it is supposed to do.
I started playing with Javascript sdk looking for a way to do oauth without a backing server (aka single page app or basically all in the client).
Is that possible? It looks like you always need a spot to redirect to with the Javascript sdk.
thanks