Hi there. In the docs I saw that it's possible to ...
# client
m
Hi there. In the docs I saw that it's possible to join and manually approve clients without an access token. How would a client connect or request to connect without an access token? As in, what would the command be if this is even possible
b
extremely difficult to do right now
As chnges were made to the contents of the token, command line flags for join command have not kept pace and so there is no way to provide the required information to the join command without a token.
It can be done using direct calls to the api
m
Alright, thank you. I'll use access tokens for now then. 🙂