You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a purely client side app. Now I am blocked by a CORS error. An issue for this is open since 2015. Makes sense, that they don't want me to expose the github app client secret.
I don't want to have a proxy running, so the only authentication flows I am left with are
personal access token; it has quite a lot of friction and is only on a per user basis (one cannot share a link to the visualization). It is a one time thing though.
device flow; also friction, because it requires authenticating by writing a code and the app also needs to poll until authorized...
The text was updated successfully, but these errors were encountered:
I want to create a purely client side app. Now I am blocked by a CORS error. An issue for this is open since 2015. Makes sense, that they don't want me to expose the github app client secret.
PKCE as an alternative is not supported by github; see the docs. People want it, but it might take some time to get it.
PKCE is supported by gitlab.
I don't want to have a proxy running, so the only authentication flows I am left with are
The text was updated successfully, but these errors were encountered: