Skip to content

apache2 authentication module that allows any user and password

License

Notifications You must be signed in to change notification settings

knorrie/mod-authn-yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolo style authentication for Apache 2

The authn_yolo module is an authentication provider for Basic Authentication in the Apache2 web server. It accepts any combination of user and password.

Sometimes this is useful when testing or building a proof of concept, since there's no need to generate a htpasswd file etc. It can also be used to pass a user name to Apache in a scenario where verification of the credentials is delegated to a reverse proxy in front of Apache.

<Location />
    AuthType Basic
    AuthName "Yolo"
    AuthBasicProvider yolo
    Require valid-user
</Location>

About

apache2 authentication module that allows any user and password

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published