Giter VIP home page Giter VIP logo

Comments (7)

weierophinney avatar weierophinney commented on September 10, 2024

One interesting note: we currently only define two types of authentication, "http" and "oauth2". "http" encompasses both basic and digest. We may need to change this to allow defining each of basic, digest or oauth2.

Ping @ezimuel — thoughts?

from zf-mvc-auth.

EMCP avatar EMCP commented on September 10, 2024

I'm guessing OAuth1 is not in the cards, on the server side?

from zf-mvc-auth.

TomHAnderson avatar TomHAnderson commented on September 10, 2024

@EMCP there is not a zf-oauth1 library and I'll go on to opinion we shouldn't promote such old technology in zfcampus.

from zf-mvc-auth.

EMCP avatar EMCP commented on September 10, 2024

I feel such old technology has advantages over OAuth2, but I hear your opinion.

from zf-mvc-auth.

weierophinney avatar weierophinney commented on September 10, 2024

#59 was created to address this.

from zf-mvc-auth.

weierophinney avatar weierophinney commented on September 10, 2024

@EMCP There are good and bad things about OAuth v1.x; the request signing was great, but it was also incredibly brittle for implementors. All that said: because authentication is an event, you can implement it and drop it in to listen at priority > 1; so long as your listener returns one of either the GuestIdentity or AuthenticatedIdentity, the default options will be omitted. However, it means you cannot configure it in the admin UI, nor, as the state of #59 currently stands, opt-in to per-API authentication types. I'll take that latter into consideration as we test the patch, as I think it could be useful to specify custom types, even if we don't handle them in the default listener.

from zf-mvc-auth.

weierophinney avatar weierophinney commented on September 10, 2024

Addressed in #59 — including custom types and adapters, @EMCP!

from zf-mvc-auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.