[windowsphonepush] - Switch Authentication call #917

Merged
nupplaphil merged 2 commits from task/reduce_app_deps into develop 2019-12-22 15:05:44 +01:00

2 commits

Author SHA1 Message Date
d6736eddf5
Move Cookie to own class (with tests)
Move Authentication to App namespace
2019-12-08 22:45:33 +01:00
c62774f6d2
Refactor "Authentication" class with four main methods:
- withSession() - for auto authentication with Session/Cookie variables
- withOpenId() - for authentication with an OpenID account
- withPassword() - for authentication with Password
- setForUser() - for setting the user auth context of the current session

Refactor "Session" class - contains now "native" Session Management methods
2019-12-03 22:29:36 +01:00