Authentication - on-track-development/on-track-backend GitHub Wiki

Overview

In order to manage journeys and playing games, the user must log in to the server. Currently only a mock-login API exists, but eventually Facebook Connect will be used.

All connected users are associated with a session identified with a session cookie, see here for more information.

API

Read session

Login

Logout