2FAS server-side API
Go to file
Tobiasz Heller 6089495167
Update go version and dependencies (#10)
* Update go to 1.21

* update all dependencies
2023-10-17 09:43:55 +02:00
.github Create FUNDING.yml 2023-03-23 19:00:05 +01:00
cmd feat: create admin api (#5) 2023-09-22 15:19:04 +02:00
config feat: create admin api (#5) 2023-09-22 15:19:04 +02:00
deployments feat: create admin api (#5) 2023-09-22 15:19:04 +02:00
docker Update go version and dependencies (#10) 2023-10-17 09:43:55 +02:00
internal feat: remove admin ep from public server (#9) 2023-10-13 21:03:41 +02:00
migrations 1.0.0 2022-12-31 10:22:38 +01:00
tests various fixes to enable tests 2023-05-29 20:03:01 +02:00
.dockerignore 1.0.0 2022-12-31 10:22:38 +01:00
.env 1.0.0 2022-12-31 10:22:38 +01:00
.gitignore vendor licenses 2023-01-31 10:05:54 +01:00
CONTRIBUTING.md 1.0.0 2022-12-31 10:22:38 +01:00
docker-compose.yml feat: create admin api (#5) 2023-09-22 15:19:04 +02:00
go.mod Update go version and dependencies (#10) 2023-10-17 09:43:55 +02:00
go.sum Update go version and dependencies (#10) 2023-10-17 09:43:55 +02:00
LICENSE 1.0.0 2022-12-31 10:22:38 +01:00
licenses.json update vendor licenses 2023-01-31 20:27:17 +01:00
licenses.tpl vendor licenses 2023-01-31 10:05:54 +01:00
Makefile various fixes to enable tests 2023-05-29 20:03:01 +02:00
README.md 1.0.0 2022-12-31 10:22:38 +01:00

Open Source 2FAS API

This is the official server-side API for the Open Source 2FAS project.

What is 2FAS?

2FAS (Two-Factor Authentication Service) is a user authentication method that provides an additional layer of security for online accounts. In addition to a username and password, 2FAS uses a second factor, such as a one-time password (OTP) shown on a user's phone, to verify a user's identity. This helps prevent unauthorized access to accounts, even if a password is compromised.

Features

  • Connecting the 2FAS app with the 2FAS browser extension (API and websocket API)
  • Connecting to the 2FAS icons system
  • Connecting to 2FAS support (receiving debug log files)
  • Sending in-app notifications to 2FAS app users
  • Other miscellaneous features

Bug Reporting

We use GitHub for bug reports. Please visit the 2FAS Server API issues page to search for and report any bugs you may have found. Before adding a new issue, please search for existing issues to avoid duplicates.

Contributing

We welcome contributions to the Open Source 2FAS project. If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes.
  4. Commit your changes and push them to your fork.
  5. Create a new pull request from your fork to the master branch of the main repository.

We will review your pull request and, if it is approved, merge it into the main codebase.

By sharing ideas and code with the 2FAS community, either through GitHub or Discord, you agree that these contributions become the property of the 2FAS community and may be implemented into the 2FAS open source code.

Donations

If you would like to support the development of the Open Source 2FAS project, you can make a donation. All donations will be used to support the ongoing development and maintenance of the project.

We appreciate your support!

License

The Open Source 2FAS project is licensed under the GNU General Public License v3.0.