barryf / micropublish

A Micropub client that you can use to create, update, delete and undelete content on your Micropub-enabled website.
https://micropublish.net
MIT License
68 stars 16 forks source link

Add granular scopes to login/auth #33

Closed barryf closed 4 years ago

barryf commented 4 years ago

Currently Micropublish allows you to log in with one of two preset scopes:

  1. post
  2. create update delete undelete

It's not possible for a user wishes to log in and only select the create scope, for example.

Allow for individual scopes to be selected and sent for authorisation.