middlewares / ideas

Need a Middleware or looking for ideas?
5 stars 0 forks source link

oAuth2 #16

Open oscarotero opened 7 years ago

oscarotero commented 7 years ago

A set of PSR-15 middlewares to provide server/client Auth2 implementations using

mav2287 commented 3 years ago

I don't know that this is something I have time to take on right now, but I am working on an application that could use this is the future. I had also looked at https://github.com/bshaffer/oauth2-server-php but it appears to be semi-abandoned.

Did you ever start on this or was it just an idea?

oscarotero commented 3 years ago

This is just an idea. It looks a complex project to me (I'm not fully familiarized with oauth2), but if you want to give a try, that would be great.

mav2287 commented 3 years ago

As you already have seen I am still getting comfortable with Middlewares so I don't know that I am ready to tackle this one just yet, but I wanted to touch base about it since it is something I will most likely try to implement at some point.

If remember correctly though you need to bring your own authorization. So I'm not sure how that would fit in. I think you are correct that it will definitely be a complex project.