issues
search
GMBuddy
/
gmbuddy-backend
0
stars
0
forks
source link
Complete refactoring of how we do business
#18
Closed
jackhorton
closed
8 years ago
jackhorton
commented
8 years ago
Adds four new projects
GMBuddy: Common utilities and constants
GMBuddy.Games: Database-backed class library that contains all game logic and is highly unit-testable
GMBuddy.Identity: Custom JWT token provider
GMBuddy.Rest: REST API front-end for consumption by GMBuddy client apps
Deprecated IdentityServer-based OAuth2 implementation (GMBuddyIdentity)
Deprecated HTTP-based game data layer (GMBuddyData)
Deprecated REST API that was dependent on GMBuddyData and GMBuddyIdentity (GMBuddyRest)