studip / studip-rest.ip

DEPRECATED // An alternative, RESTful approach to web services for Stud.IP implementing OAuth
http://studip.github.com/studip-rest.ip
GNU General Public License v2.0
19 stars 7 forks source link

Separate Consumer and Provider into 2 different plugins #8

Closed luniki closed 12 years ago

luniki commented 12 years ago

IMHO this should be 2 plugins as that would be easier to teach to other developers. Furthermore it's easier to build a mental model of what belongs to what.

I already created a Consumer-only plugin: https://github.com/luniki/studip-plugin-oauth-consumer-example

What do you think?

tleilax commented 12 years ago

I like it and that's exactly what I've been thinking and been planning on.

Thanks for splitting it up.