Releases: arcreigh/playtfg-bans
Authentication
0.0.4 - 2/29/2020
--General--
Implemented authentication on all remaining routes.
Implemented admin checks for users.
Persistant sessions
0.0.3 - 2/28/2020
--General--
Implemented persistant session handling with connect-mongo
Sessions will be stored in a session collection within your mongo database these will be
magically managed by connect-mongo.
--Dependancy Changes--
connect-mongo version 3.2.0 was added to the project
express-session version 1.17.0 was added to the project
Steam login support
--General--
Implemented steam user addition to mongoDB
Authentication has not yet been implemented, but passport-steam is successfully handing off requests to steam and steam is bringing them back to the root of the site. Additionally data is being stored in the users collection and will be updated on login should a user change their steam username.
--Dependancy Changes--
config package updated to 3.3.0 from 3.2.6
helmet package updated to 3.21.3 from 3.21.2
mongoose package updated to 5.9.2 from 5.9.1
passport package version 0.4.1 was added to the project
Initialization of project
This is the beginning of this project nothing is here just yet!