Authentick is built on top of other technologies. Whilst much of it should be self-explaining when reading the code, here is further documentation.
The front-end is a Blazor application written in C# and executed using Web Assembly. Don't worry if you do not have any experience in either, it is pretty straight forward.
- Blazor
- SASS
- Bootstrap 4.5
The backend is a C# ASP.NET Core application. We rely heavily on GRPC to communicate with the frontend.
- ASP.NET Core 5.0
- Entity Framework Core
- PostgreSQL
- GRPC
- Hangfire