Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit e1ecc9e

Browse files
authored
docs(readme): archive notice
1 parent bfe363b commit e1ecc9e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# 3FA
44

5+
> [!IMPORTANT]
6+
> This project is now archived. [Running the source code yourself](#setting-up-your-own-servers) will still work as expected, but dependencies are no longer being kept up to date and active development has ended.
7+
58
A secure and scalable multi-factor authentication system including a client application, admin dashboard, and backend server. The implementation seen here implements a secure file storage system but the underlying authentication system could be used for any application.
69

710
[![Status Page](https://img.shields.io/badge/Status%20Page-2a853f?style=for-the-badge)](https://computing-collective.github.io/3FA-Status/)
@@ -43,7 +46,7 @@ https://github.com/Computing-Collective/3FA/assets/52972357/1cd9538f-6b38-4530-9
4346
2. You can then create an account and start using the application by uploading and managing files.
4447
3. The admin dashboard can be found at [3fa.netlify.app](https://3fa.netlify.app/). You can use the account `admin@3fa.com` with the password `Password1` to login. Note that you will have to login to the client application with these credentials first.
4548

46-
> **Note**:
49+
> [!NOTE]
4750
> To avoid having to construct the microcontroller device yourself, you can use either sign up with accounts that do not use the sensor password option or you can use the [mock device script](/embedded/demo/mock_pico.py) in the embedded folder along with a REST client like Postman to authenticate with the server (not recommended without a thorough understanding of the system). If you choose the latter option, you will benefit from reading [`API.md`](/admin-system/backend/API.md) to better understand the API. You can also import the [Postman collection](admin-system/backend/postman-collection.json) and [Postman environment](admin-system/backend/postman-environment.json) to get started.
4851
4952
### Setting up your own servers

0 commit comments

Comments
 (0)