stewartmcgown/article-management

Implement a better AuthenticationResource

Closed this issue · 1 comments

Current AuthenticationResource sucks. Should contain user data of appropriate anonymity.

AuthenticationResource {
level: Enums.AuthenticationLevel,
message: String,
editor: Editor | PartialEditor
}

A partial editor can contain as little as an email.

No longer required.