cloudflared-mirror/cmd/cloudflared/access
Ricardo Pacheco e9e7c7fe4a feat: option for cloudflared access login to only output jwt (#1249)
Adds a -no-pretty flag to cloudflared access login:

```shell
$ cloudflared access login -no-pretty $url
<TOKEN>
```

This removes the need to parse the token from the output message, making it
easier for external applications.
2024-05-20 19:27:02 +01:00
..
carrier.go TUN-7628: Correct Host parsing for Access 2023-07-25 09:33:11 -07:00
cmd.go feat: option for cloudflared access login to only output jwt (#1249) 2024-05-20 19:27:02 +01:00
validation.go TUN-7628: Correct Host parsing for Access 2023-07-25 09:33:11 -07:00
validation_test.go TUN-7628: Correct Host parsing for Access 2023-07-25 09:33:11 -07:00