JulianFP / project-W

A self-hostable platform on which users can create transcripts of their audio files (speech-to-text) using Whisper AI
GNU Affero General Public License v3.0
2 stars 0 forks source link

Refactor to encapsulate the authentication mechanism #27

Open dokempf opened 5 months ago

dokempf commented 5 months ago

User management via a local database is a good choice for many sites, but for larger installations other authentication backends need to be supported. The first step on doing so would be to encapsulate authentication so that alternative mechanism can be added in the future.