FlowceptFlowcept

Documentation

Getting Started

  • Introduction
  • Installation
  • Quick Start

Core Concepts

  • Projects
  • Tasks
  • Teams

API Reference

  • Authentication

Documentation API Reference

Authentication

Flowcept uses secure session-based authentication. This guide covers how authentication works and best practices for integrations.

How Authentication Works

Flowcept authenticates users via:

  • Email & Password - Traditional sign-up and login
  • OAuth Providers - Google and GitHub

Upon successful login, a secure HTTP-only cookie is set containing your session token. This token is automatically sent with all subsequent requests.

Session Security

  • Sessions expire after 7 days of inactivity
  • Tokens are stored in HTTP-only cookies (not accessible via JavaScript)
  • All API requests are served over HTTPS
  • Password hashing uses bcrypt with salt rounds

API Access

Currently, Flowcept uses server actions for all data operations rather than a public REST API. This means all mutations happen server-side with automatic session validation.

Public API Coming Soon

A public REST API with personal access tokens is on our roadmap. This will enable third-party integrations and automation.

Jira Integration Authentication

When importing from Jira, you provide:

  • Jira Domain - Your Atlassian workspace URL
  • Email - Your Jira account email
  • API Token - Generated from Atlassian account settings

Note: Your Jira credentials are used only for the import session and are never stored permanently.

Security Best Practices

1Use a strong, unique password for your Flowcept account
2Log out when using shared or public computers
3Keep your Jira API tokens secure and rotate them periodically
4Enable two-factor authentication when available
FlowceptFlowcept

The project management tool designed for speed. Plan, track, and deliver — all in one place.

Product

  • Features
  • Pricing
  • Docs

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Security

© 2026 Flowcept Inc. All rights reserved.