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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks/encryptor-model + CreatePasswordReset Token Interactor #54

Merged
merged 2 commits into from
Jan 11, 2016

Conversation

npauzenga
Copy link
Owner

Hey @enriikke, here's a stripped-down version of the Encryptor model. I stole much of this from Blocitoff so don't expect anything revolutionary 馃槃

I did adjust a couple of the tests so please do let me know if there are other approaches I should consider.

The CreatePasswordResetToken interactor is also included. I should have submitted the tests first and then the implementation but I absent-mindedly barreled through 馃槦 and wrote the interactor.

@npauzenga npauzenga changed the title Tasks/encryptor-model Tasks/encryptor-model + CreatePasswordReset Token Interactor Jan 6, 2016
@@ -1,6 +1,15 @@
class CreatePasswordResetToken
class CreatePasswordResetToken < StandardInteraction
include Interactor
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add this include statement as part of StandardInteraction 馃槂.

@enriikke
Copy link
Collaborator

Looks great @npauzenga!!! :shipit: 馃殌 馃憤

npauzenga added a commit that referenced this pull request Jan 11, 2016
Tasks/encryptor-model + CreatePasswordReset Token Interactor
@npauzenga npauzenga merged commit 8ebec8a into staging Jan 11, 2016
@npauzenga npauzenga deleted the tasks/encryptor-model branch January 11, 2016 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants