peeeuzin / pass

A authenticator for your accounts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass 🔑

A authenticator for your accounts.

Components

  • Engine: The core of the Pass.
  • API: The API for the Pass.

Running with Docker Compose in development mode

To run the Pass, run the following command:

docker compose up -d

Pass architecture

The Pass architecture is composed with microservices, each one with a specific task. The microservices are:

  • Engine: The core of the Pass, resposible to manage the accounts and the authentication.

  • API: The API for the Pass, resposible to expose the endpoints, manage OAuth2 authentication and Pass accounts.

Here is the architecture diagram: IMG

License

Apache-2.0

About

A authenticator for your accounts.

License:Apache License 2.0


Languages

Language:TypeScript 74.0%Language:Rust 24.6%Language:Shell 0.7%Language:Dockerfile 0.7%