Staging Token
Retrieve staging JWT token by running the fish script.
Run the following command:
fish -c "source $HOME/dotfiles/.config/fish/functions/get_token.fish && get_token"
This will:
-
Authenticate against the staging identity server
-
Store the token in DASHBOARD_JWT_TOKEN environment variable
-
Copy the token to clipboard (if pbcopy is available)
The cookie key used to store this token is ac-auth.id-token .
Report back the result to the user.