Hello there. Not seeing any Ory tunnel/proxy chann...
# general
n
Hello there. Not seeing any Ory tunnel/proxy channel so I'll post my question here: I want to use Google Sign-in with the Ory Tunnel without the sign-in prompt. Is there a way I can specify the PAT somewhere? I guess there should be because the Tunnel does not ask you every time to log in. Where does it go looking for it? EDIT: I found my answer in the source code. This is the function used: https://github.com/ory/cli/blob/master/cmd/cloudx/client/tokens.go
os.Getenv("ORY_API_KEY"), os.Getenv("ORY_PERSONAL_ACCESS_TOKEN"), os.Getenv("ORY_PAT")