Skip to content

Releases: arcreigh/playtfg-bans

Authentication

29 Feb 21:36
65ff77b
Compare
Choose a tag to compare
Authentication Pre-release
Pre-release

0.0.4 - 2/29/2020

--General--

Implemented authentication on all remaining routes.

Implemented admin checks for users.

Persistant sessions

28 Feb 20:01
317f0d5
Compare
Choose a tag to compare
Persistant sessions Pre-release
Pre-release

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

27 Feb 19:14
67f66f2
Compare
Choose a tag to compare
Steam login support Pre-release
Pre-release

--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

24 Feb 22:11
ef34778
Compare
Choose a tag to compare
Pre-release

This is the beginning of this project nothing is here just yet!