Implementing Fever: Authentication #157
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#156 Implement Fever
MensBeam/Arsse
Reference: MensBeam/Arsse#157
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fever used an authentication method which would never be employed today. As it requires storing an MD5 hash of the username and password into the database, something which inherently decreases the security of any passwords stored there, a Fever password will have to be created as an explicit step to enabling the protocol for each user.
The Arsse should alternatively support HTTP basic authentication, which is ironically more secure.