Can we use Oauth for our application? -
i have question project creating. here basic use cases:
- a user can register , edit company details (and other details) online
- a user member of 1 or more user groups (a user group company)
- data groups can contain multiple companies (eg. group called 'amsterdam' contains companies amsterdam)
the data stored in database can used touchscreens show visitors these details (eg. company details 'amsterdam' , 'the hague'). use cases can defined as:
- a touchscreen can download data 1 or more datagroups
- api keys defined @ user group not @ user, if user fired shouldn't able data anymore
but biggest question. can use oauth (which version don't care) download data touchscreens , can use oauth users can login online controlpanel?
can write controlpanel oauth application datastore backend? or control panel need oauth independent application users can create applications or (as administrators) can create new applications each touchscreen?
i have read oauth , understand basic principles, don't know if best solution above use cases.
Comments
Post a Comment