-
Notifications
You must be signed in to change notification settings - Fork 0
Features overview
Roni Juntunen edited this page Dec 14, 2019
·
1 revision
This page quickly mentions notable features of this application
Authentication is pretty secure if we don't count only partial https support. Passwords are encrypted and salted with unique salt in the database. Tokens are encrypted and can be revoked by administrator when needed.
Application has full text search that can search from users post titles and post text with same query and return and show those results.
Since application is fully Docker compatible it's pretty easy to deploy.