DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 5d0b5199c38d0807b8ff9cadde4ea27f86ab541e deck-builder/api/src d---------
feat(api): session validation
feat(api): login password verification
WIP(api): session management
fix(api): /ping -> /api/ping
feat(api): init redis session backend
fix(api): check if user exists before hashing password on registration
feat(api): reimpl user registration
fix(api): skip user model password field
fix(api): NewUser -> InsertableUser
feat(api): user model
feat(api): reimpl /api/info
feat(api): embed migrations
feat(api): database connection
fix(api): timestamp -> timestamptz
feat(api): migration create_games
feat(api): migration create_actions
feat(api): migration create_gamedata
feat(api): migration create_users
feat(api): init diesel and db
feat(api): init new api
Next