Git Product home page Git Product logo

forward-proxy-auth's Introduction

Hi there ๐Ÿ‘‹

forward-proxy-auth's People

Contributors

kekru avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

deeby gladiopeace

forward-proxy-auth's Issues

Logout all tokens

There should be an option to invalidate all tokens of a user.
Therefore we need a list, containing the username and the time of the logout.
All tokens, that were created before this time and belong to the given username, will be denied.
The list should be stored in etcd or redis and should have an expiration time.

Simple brute force protection

As a simple brute force protection, there should be an option to enable a timelimit the user has to wait after a failed login attempt.

Path rules per service

Rules for paths and methods should be available for each protected service.

These rules should be descriped as url parameters in the ...auth.forward.address label of traefik.

Rules should check for paths (regex, prefix), http methods, users and groups.

Maybe the url params can be like the following:

r1.methods=get,post
r1.path=/settings
r1.groups=admin
r2.path=/view
...

Userdata from file

Implement the text file authentication method.
Users and passwords (hashed) should be stored in a file.
Additionally there should be a definition of groups in the textfile. If ldap and textfile is enabled, then the groups should be aggregated, so that a user of the textfile can have textfile groups and ldap groups.

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.