# Secrets

In order to access your Wallabag instance, Wallypub relies on two secrets. 
Your `wallabag_password` and your `wallabag_client_secret`. 

## Viewing & Editing
You are prompted to add your secrets when running the initial `config-init`, but you
can view the currently configured secrets by running `config-secrets-show`. Updating the secrets
happens through `config-secrets-edit`,

## Storage 

Wallypub stores your keys in your devices' keyring. You will note there
are separate commands for showing the config and showing the secrets. This is 
partially to prevent printing your config for troubleshooting and accidentally exposing
your sensitive values, but also because the secrets are not store in a plaintext settings file.