I don’t have much time, however I would like to move my identity application beyond the CORS issues. I’m going to approach this by moving towards production readiness, removing the development environment with hotloading, etc. Took a few minutes to generate the artifact and I must admit I’m not particularly happy about the size at about 710KBs. Seems like a lot.

Anyway, I modified the root resource request to serve the SPA. I’ve verified nearly everything else works. Except redirects to the actual Sinatra server. There are certain resources when redirecting the browser I would like to SPA not to intercept for cases like OAuth, ‘falling through’. Times is up. I’ll come back to this at another time.