Skip to content

This Module supports authentication of Play! Applications agains Unix Auth Files (e.g. Apache htusers)

Notifications You must be signed in to change notification settings

consolving/play-file-auth

Repository files navigation

play-file-auth

This Module supports authentication of Play! 1.x Applications agains Unix Auth Files (e.g. Apache htusers)

This Plugin works for all Auth Files with the following syntax:

user1:passwordhash
user1:passwordhash:...:...:

group:user1 user2
group:x:...:user1,user2

The Hash Algorithm has to be either MD5 Crypt or MD5 Apache Crypt.

$1$...
$apr1$...

About

This Module supports authentication of Play! Applications agains Unix Auth Files (e.g. Apache htusers)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published