IntelliTect / Coalesce

Quickly build amazing web apps
https://intellitect.github.io/Coalesce/
Apache License 2.0
65 stars 22 forks source link

Rename/deprecate `SecurityPermissionLevels.AllowAuthorized` to `SecurityPermissionLevels.AllowAuthenticated` #443

Closed ascott18 closed 2 months ago

ascott18 commented 2 months ago

This is used to define authorization. "AllowAuthorized" doesn't make sense when determining authorization is the very thing that this implements. Chicken and egg and all that. What it actually does is check for an authenticated user.