JuKu / JuKuCMS

Open Source CMS should be the fastest CMS world wide (WIP).
Other
5 stars 1 forks source link

oauth login for api #181

Closed JuKu closed 6 years ago

JuKu commented 6 years ago

Add support to oath (login with id and secret key) for api. AppIDs should be able to be related to an user to allow user permissions for apps. Maybe, we should introduce additional app permissions.

Package: com.jukusoft.cms.apimethods

JuKu commented 6 years ago

We can solve this problem if apps can also belongs to groups --> so they can use the same permission system.

JuKu commented 6 years ago

I have changed the description of this issue to only support oauth yet. App Authentification is an extra issue.