src/freeauth Directory
The src/freeauth
directory is organized into three main sections:
- conf: The
conf
module includes various settings and parameters that define FreeAuth's behavior and operation. - db: The
db
module includes the EdgeDB data schema definition files and EdgeQL scripts for FreeAuth's functionality. Additionally, it contains synchronous and asynchronous interfaces generated using theedgedb-python
codegen tool. - security: Within this module, you'll find security-related public methods.