Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added how to guide for railwayapp #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
resources
.hugo_build.lock
.idea
41 changes: 41 additions & 0 deletions content/docs/tutorials/railwayapp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: RailwayApp
---

*This tutorial provides step-by-step instructions on how to rotate a RailwayApp API Tokens.*

---

## Generate a new RailwayApp API Token

### Step 1 - Navigate to the RailwayApp page
After logging into RailwayApp(https://railway.app/dashboard), you can navigate to the page https://railway.app/account/tokens.
Alternatively, You can also click on the account profile on top right corner, then click on the Account Settings.
![](/images/railwayapp/1.png)
Once you are in settings page click on Tokens in the left tab menu
![](/images/railwayapp/2.png)


### Step 2 - Generate a new API Token
Once you are in tokens page(https://railway.app/account/tokens), simply add the token name in the text box and click on Create.
Once created, Copy the token and keep it safe somewhere.

---

## Delete the Leaked RailwayApp API Tokens

### Step 1 - Navigate to the tokens page (https://railway.app/account/tokens) page
Any token you want to delete click on the delete icon in front of it.
Once you click, you will see a pop up for confirmation
![](/images/railwayapp/3.png)
Click Delete and it will permanently delete the token.
---

## Best Practices

[RailwayApp Best Practices](https://docs.railway.app/overview/best-practices)

---

## Resources
- [RailwayApp Public API Authentication Documentation](https://docs.railway.app/reference/public-api#authentication)
Binary file added themes/compose/static/images/railwayapp/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/railwayapp/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/railwayapp/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.