openid / authzen

Proposed standard for an Authorization API
30 stars 10 forks source link

Fix action names in interop scenario #111

Open cdanger opened 3 months ago

cdanger commented 3 months ago

The action names in the description of scenario all have a can_ prefix, e.g. can_read_user, which is cumbersome and not really appropriate for an action name. Why not simplify: read_user, read_todos, create_todo, etc. ?