Created
February 16, 2016 01:03
-
-
Save spencercarli/686500df19eaf776bbb4 to your computer and use it in GitHub Desktop.
Password Hashing for Meteor React Native - Adding Accounts to the Meteor App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- In /meteor-app/client/home.html --> | |
| <template name="home"> | |
| {{> loginButtons}} | |
| <h1>Post Count: {{count}}</h1> | |
| <button id="increment">Increment</button> | |
| <button id="decrement">Decrement</button> | |
| </template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment