Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93f2cdc

Browse files
authored
Merge pull request Hacker0x01#52 from Hacker0x01/sessions
Sessions Management
2 parents 2068168 + c490746 commit 93f2cdc

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

docs/hackers/sessions.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Sessions"
3+
path: "/hackers/sessions.html"
4+
id: "hackers/sessions"
5+
---
6+
7+
The Sessions page enables you to review and manage all of your active HackerOne sessions on all of the devices you’re signed in to. All sessions are stored with an IP address and user agent that you can revoke at any time.
8+
9+
To manage your sessions:
10+
1. Go to your profile’s <b>Settings > Sessions</b>.
11+
2. Click <b>Revoke</b> for the devices you want to sign out of. The Revoke button will cancel your session on that device.
12+
13+
![sessions-1](./images/sessions-1.png)
14+
15+
The next time you log in to your account on a new or previously revoked device, you’ll be asked to log in again.

docs/programs/sessions.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Sessions"
3+
path: "/programs/sessions.html"
4+
id: "programs/sessions"
5+
---
6+
7+
The Sessions page enables you to review and manage all of your active HackerOne sessions on all of the devices you’re signed in to. All sessions are stored with an IP address and user agent that you can revoke at any time.
8+
9+
To manage your sessions:
10+
1. Go to your profile’s <b>Settings > Sessions</b>.
11+
2. Click <b>Revoke</b> for the devices you want to sign out of. The Revoke button will cancel your session on that device.
12+
13+
![sessions-1](./images/sessions-1.png)
14+
15+
The next time you log in to your account on a new or previously revoked device, you’ll be asked to log in again.

src/pages/hackers/hackers-nav.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
path: /hackers/manage-notifications.html
3333
- title: Hacker Email Alias
3434
path: /hackers/hacker-email-alias.html
35+
- title: Sessions
36+
path: /hackers/sessions.html
3537
- title: Two-Factor Authentication
3638
path: /hackers/two-factor-authentication.html
3739
- title: Hacking
@@ -44,7 +46,7 @@
4446
- title: Create a Directory Page
4547
path: /hackers/create-a-directory-page.html
4648
- title: Credentials
47-
path: /hackers/credentials.html
49+
path: /hackers/credentials.html
4850
- title: Hacker101
4951
path: /hackers/hacker101.html
5052
- title: 90 Day Leaderboard

src/pages/programs/programs-nav.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
path: /programs/single-sign-on-sso-via-saml.html
8282
- title: Two-Factor Authentication
8383
path: /programs/two-factor-authentication.html
84+
- title: Sessions
85+
path: /programs/sessions.html
8486
- title: Credential Management
8587
path: /programs/credential-management.html
8688
- title: Reports

0 commit comments

Comments
 (0)