Sign in
How login works
- Auth API:
https://api.rye.ai - Auth UI:
https://auth.rye.ai
Credential storage
Rye stores sensitive tokens in the OS credential store:
Metadata can include non-sensitive fields such as the user email and last login time.
Auth enforcement
rye up requires a valid login. If credentials are missing, Rye starts the device-code flow before starting the proxy.
The daemon also validates local auth state before it starts the proxy. This prevents a user from bypassing login by launching ryed directly.