Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-implemented authentication and registration via OOP concept, following the "tell, don't ask" approach #2

Open
wants to merge 1 commit into
base: feature/brutal-login-logout
Choose a base branch
from

Conversation

Ocramius
Copy link
Member

Refactored #1 into:

  • an Entity\User that is abstracting the authenticate interaction
  • a repository that implements storage of User instances into a simplified JSON storages, and populates User state via public property access

This approach starts giving names, labels and clear identities to the various bits of code being involved.

@Ocramius Ocramius added the enhancement New feature or request label Oct 25, 2018
@Ocramius Ocramius changed the base branch from master to feature/brutal-login-logout October 25, 2018 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant