Skip to content

Commit

Permalink
[faq tokens] final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio committed Feb 26, 2014
1 parent 35f63c6 commit 34a1b10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/faq/index.md
Expand Up @@ -32,7 +32,7 @@
* [How to upload my SSL certificates to Nodejitsu?](#how-to-upload-my-ssl-certificates-to-nodejitsu) * [How to upload my SSL certificates to Nodejitsu?](#how-to-upload-my-ssl-certificates-to-nodejitsu)
* [How to target an application through a specific load balancer?](#how-to-target-an-application-through-a-specific-load-balancer) * [How to target an application through a specific load balancer?](#how-to-target-an-application-through-a-specific-load-balancer)
* [How to target a specific drone of an application?](#how-to-target-a-specific-drone-of-an-application) * [How to target a specific drone of an application?](#how-to-target-a-specific-drone-of-an-application)
* [How to share my account without share my password](#how-to-share-my-account-without-share-my-password) * [How to share my account without share my password?](#how-to-share-my-account-without-share-my-password)




## How do I reset my password? ## How do I reset my password?
Expand Down Expand Up @@ -502,7 +502,7 @@ the subdomain of your application.
$ curl --verbose --header 'x-drone: 1' yourapp.jit.su $ curl --verbose --header 'x-drone: 1' yourapp.jit.su
``` ```


## How to share my account without share my password ## How to share my account without share my password?


By now you can use [tokens](/documentation/jitsu/tokens/) to share your account access without need to share your password. By now you can use [tokens](/documentation/jitsu/tokens/) to share your account access without need to share your password.


Expand Down
4 changes: 2 additions & 2 deletions content/jitsu/tokens.md
@@ -1,7 +1,7 @@
# Tokens # Tokens


Token management for your accounts is available through `jitsu tokens *` commands. Token management for your accounts is available through `jitsu tokens *` commands.
Using Tokens you will be able to share your account without share the password of the account. This tokens are used to autenticate with our API, so keep it in secret. Using Tokens you will be able to share your account without share the password of the account. This tokens are used to authenticate with our API, so, keep it in secret.


## List all tokens ## List all tokens


Expand Down Expand Up @@ -49,7 +49,7 @@ Using this feature you can easily share the access of an account without share t


* [Create a new token](#create-a-new-token) * [Create a new token](#create-a-new-token)
* Share the token with a third party * Share the token with a third party
* Configure `jitsu` to authenticate using a token * The third party need to configure `jitsu` to authenticate using a token


To configure `jitsu` use the next commands: To configure `jitsu` use the next commands:


Expand Down

0 comments on commit 34a1b10

Please sign in to comment.