aoloe / b

Minimalistic bookmark manager for your own server written in PHP. Bookmarks are stored in a sqlite database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add an authentication library

aoloe opened this issue · comments

relying on htaccess feels so 1990... (no logout, hardcoded path to the users list).

i've written a 70 LOC library that can read the file created by htpasswd and renders the widgets for login / logout.

i'll probably publish it as a standalone library and add it to the composer requirements.