Coder Social home page Coder Social logo

Support Forms Authentication about pylon HOT 1 CLOSED

pylonide avatar pylonide commented on June 5, 2024
Support Forms Authentication

from pylon.

Comments (1)

exsilium avatar exsilium commented on June 5, 2024

Pylon connect middleware has the following hooks that are used by different server side plugins to layer the connectivity based on role:

  • Start
    • connect
    • pylon.alive
    • pylon.core
    • pylon.debug
  • Setup
    • connect
    • pylon.connect.basic-auth
  • Main
    • connect.static
  • Session
    • connect.session
    • pylon.permissions
    • pylon.core
    • pylon.connect.form-auth` - This is new plugin for auth
  • Auth
    • pylon.fs
    • pylon.core
  • Error - Not Used

Because the form-auth differs from basic authentication and we need the session data - the authentication is performed at a later stage, exposing the static resources of the platform.

Either,

  1. treat this as a non-issue - static content exposure really isn't an issue for an OSS solution;
  2. move connect.static to use the session hook. Downside of this is the session validation for all the static content, which is nonoptimal;

from pylon.

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.