Skip to content

How do I get a security token? #249

Answered by filiptronicek
Verhoeckx asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there, @Verhoeckx, I am glad that you asked these questions, seems like the docs perhaps need a bit of a refresh.

  1. The tokens are generated as a random UUID (if you want to explore the format, you can see some examples and the RegExp for them here), they are printed as a query parameter inside of the terminal when starting the server

  2. If you want to use your own token, as you mentioned you provide it with --connection-token=YOUR_DESIRED_TOKEN. This can be any string, just make sure to put it inside '' if it has spaces in it.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@Verhoeckx
Comment options

@santiagobasulto
Comment options

Answer selected by akosyakov
Comment options

You must be logged in to vote
2 replies
@akosyakov
Comment options

@asabi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants