🌟
z's
  • Hello
  • Cheatsheets
    • 🍂Docker Compose Services
    • 🌿Git
    • ▶️ Golang
      • Gotchas
    • ⛑️Helm
    • ☸️ Kubernetes Management
    • ☸️ Kubernetes Resources
    • ☸️Kubernetes Snippets
    • 🔨Tools Quicklinks
    • Tools and Useful Stuff
    • 🟠Using Ubuntu
    • Reference/Template Dockerfiles
  • How-Tos
    • Use Ubuntu
    • Use VSCode
    • Use AWS
    • Use Git
    • Use GPG keys
    • Use Digital Ocean
  • About Me
    • Want to work with me?
    • How to work with me
  • Useful Tools
    • Collaboration
      • Miro
    • Documentation
      • Gitbook
      • Notion
  • On Growing People
    • Ontological Coaching
    • Organization Development (OD)
    • Speech Acts
    • Books & Other Resources
  • On Creating Software
    • Product
    • Design
    • Development Environments
      • Introduction
      • Visual Studio Code/Codium
      • Public Key Infrastructure (PKI) Setup & Usage
    • Patterns
      • API Authentication
      • User Authentication
    • Languages/Formats
      • JavaScript
      • Golang
      • HTML
      • CSS
      • SQL
      • JSON
      • YAML
    • Code Logistics
    • Data Persistence
      • Cassandra
    • Software Architecture
    • System Observability
    • Cool Tools
    • Kubernetes
      • Resource Cheatsheet
      • 1/ Kubernetes in 5 Minutes
      • 2/ Setting up Kubernetes locally
      • 3/ Handling long-running workloads
      • 4/ Handling run-once workloads
Powered by GitBook
On this page
  • User Credentials
  • Email-only
  • Sign-in Via X

Was this helpful?

  1. On Creating Software
  2. Patterns

User Authentication

User Credentials

  1. I am on landing page

  2. I click on a "Login" button

  3. If I have no account yet

    1. I click on a "Sign Up" button

    2. I enter my email

    3. I enter my username

    4. I enter my password

    5. I click a "Attempt Sign Up" button

  4. I enter my username

  5. I enter my password

  6. I click a "Attempt Login" button

  7. I am logged in

Email-only

  1. I am on landing page

  2. I click on a "Login" button

  3. I enter my email

  4. I click a "Attempt Login" button

  5. I open my email app

  6. I click on link in email

  7. I am logged in

Sign-in Via X

  1. I am on landing page

  2. I click on a "Login" button

  3. I click on a "Sign in with X" button

  4. If I have no account yet

    1. I login to X

  5. I am logged in

PreviousAPI AuthenticationNextLanguages/Formats

Last updated 4 years ago

Was this helpful?