Byron / google-apis-rs

A binding and CLI generator for all Google APIs
http://byron.github.io/google-apis-rs
Other
1.01k stars 131 forks source link

How to change the Redirect URIs #432

Closed thanhpp closed 1 year ago

thanhpp commented 1 year ago

I can not change the redirect URI to my domain, it always shows my localhost.

Byron commented 1 year ago

This is configured in the Google developer console if I remember correctly. Further, authentication is handled by yup-oauth2, and you might find information there on how to do this.