|
|
# User authorizations
|
|
|
|
|
|
Castopod's user management features have been built on top of [myth-auth](https://github.com/lonnieezell/myth-auth), an auth package for [CodeIgniter 4](https://codeigniter.com/).
|
|
|
Users are assigned to roles (or groups) to be given permissions allowing them to perform specific actions on Castopod.
|
|
|
|
|
|
As a multi-podcast hosting platform, Castopod's user authorizations have been defined on two levels:
|
|
|
|
|
|
- [Instance-wide authorizations](./instance): access to administration functionalities
|
|
|
- [Podcast specific authorizations](./podcast): access to a specific podcast's functionalities |