my own indieAuth provider! indiko.dunkirk.sh/docs
indieauth oauth2-server
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update security.md

dunkirk.sh b3143340 34b084ff

verified
+4 -4
+4 -4
SECURITY.md
··· 150 150 151 151 **User rights:** 152 152 153 - - **Right to access:** Users can view profile at `/profile` 154 - - **Right to erasure:** Admins can delete user accounts (cascading delete) 153 + - **Right to access:** Users can view profile at `/` 154 + - **Right to erasure:** Users can delete their account at `/` 155 155 - **Right to data portability:** Export database manually (SQLite dump) 156 - - **Right to rectification:** Users can edit profile at `/profile` 156 + - **Right to rectification:** Users can edit profile at `/` 157 157 158 158 **Data retention:** 159 159 ··· 163 163 164 164 ### CCPA (California Consumer Privacy Act) 165 165 166 - Indiko does not sell personal information. Users can request data deletion via admin. 166 + Indiko does not sell personal information. Users can initiate data deletion via dashboard. 167 167 168 168 ### Cookie Policy 169 169