mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 21:17:45 +02:00
chore(i18n): new Crowdin updates
This commit is contained in:
parent
2ed511f8a0
commit
2c3cb85a35
60 changed files with 265 additions and 202 deletions
|
|
@ -38,7 +38,7 @@ small footprint.
|
|||
- 🎬 Generate ready-to-share Video clips from episodes
|
||||
- 🔉 Generate soundbites
|
||||
- ▶️ Embeddable player, embed your episodes on any website
|
||||
- 💸 Monetization:
|
||||
- 💸 Arc'hantaouiñ :
|
||||
- 🔗 Funding links
|
||||
- 📲 listen-to-click ads
|
||||
- 🤝 value4value / WebMonetization
|
||||
|
|
|
|||
|
|
@ -3,15 +3,16 @@ title: Authentication & Authorization
|
|||
sidebarDepth: 3
|
||||
---
|
||||
|
||||
# Authentication & Authorization
|
||||
# Autenticação & Autorização
|
||||
|
||||
Castopod handles authentication and authorization using `codeigniter/shield`
|
||||
coupled with custom rules. Roles and permissions are defined at two levels:
|
||||
Castopod lida com autenticação e autorização usando `codeigniter/shield`
|
||||
juntamente com regras personalizadas. Papéis e permissões são definidos em dois
|
||||
níveis:
|
||||
|
||||
1. [instance wide](#1-instance-wide-roles-and-permissions)
|
||||
2. [per podcast](#2-per-podcast-roles-and-permissions)
|
||||
1. [toda instância](#1-instance-wide-roles-and-permissions)
|
||||
2. [por podcast](#2-per-podcast-roles-and-permissions)
|
||||
|
||||
## 1. Instance wide roles and permissions
|
||||
## Papéis e permissões para toda a instância
|
||||
|
||||
### Instance roles
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue