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
My case:
mysite.com:9090/vouch_proxy_path
mysite.com:8443 (java 8 dropwizard backend)
Expected flow:
step1. vouch-proxy Google login success
step2. send POST request to mysite.com:8443/register
to create a new $username as vouch-proxy Google email and generate $password, then store in server file user.json
step3. user now able to speak to server via HTTP authorization header
Problem is i dont know how to get Google email as variable in step2. Any help would be nice :)
The text was updated successfully, but these errors were encountered:
@brokeDude2901 what generates the POST? Is that the browser or a server process?
If it's the browser then you'll need to get the header from an xhr request to the current URL 'with credentials'. The response will give you the header.
If it's the server then that's documented in 'config.yml_example'
My case:
mysite.com:9090/vouch_proxy_path
mysite.com:8443 (java 8 dropwizard backend)
Expected flow:
step1. vouch-proxy Google login success
step2. send POST request to mysite.com:8443/register
to create a new $username as vouch-proxy Google email and generate $password, then store in server file user.json
step3. user now able to speak to server via HTTP authorization header
Problem is i dont know how to get Google email as variable in step2. Any help would be nice :)
The text was updated successfully, but these errors were encountered: