Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ohmyform/node-email-verification

✔️ Send user verification emails with NodeJS and MongoDB ⛺
https://github.com/ohmyform/node-email-verification

update README to reflect API changes

2d1c611f844f485c0ed639f4880412577bdcf52f authored over 9 years ago
NEV now exports a fuction, returning the old nev object, and takes mongoose as a parameter; also changed to indentation of 2 spaces

0a5753fd47af3e2a6d13542b3eb6be0a6edfe238 authored over 9 years ago
beautified and linted code; added npm scripts

1c244eba5dad1f5840c97f9b1853e8a1c03ef495 authored over 9 years ago
update example to reflect API changes

284b0444c1c8f6644cc92fb940d157c1c7eadc9b authored over 9 years ago
all function callbacks have err as an arg; update README to reflect API changes

f893d3f55a65e1ebd8e49b04e74c56803dd24e58 authored over 9 years ago
fix grammar in readme

af7646ec2e2898e06e4338a6070089aa4d51a556 authored over 9 years ago
Merge pull request #10 from whitef0x0/master

Added tests and added synchronous calls

96daa070292f235f1ad6a9f92f9f9df5f26cbee6 authored over 9 years ago
Changed callback to cb in registerTempUser

e04ac65a26d02e257ce0fc2d08a1034411ce43c9 authored over 9 years ago
Fixed registerTempUser

0ee2a322d051d238f2629e0ae2d0e1fe481488e1 authored over 9 years ago
removed test db string from index.js

180a8b020c703489b417e0db94d22f29fabdf28e authored over 9 years ago
fixed pre save hook issues

7cb363ad0e4951b200f84b3ff473fee9be0d8caf authored over 9 years ago
Update package.json

00ba8976a69b0bdc7e4668409f3675d7b42a8b7d authored over 9 years ago
fix #7

5b887c142039c8d69e5fe6980c14bbaa3007782c authored almost 10 years ago
fix TTL (#5)

661fe4706e08612b508e47839ffc0cd316560c3c authored about 10 years ago
temporary schema now copies the methods of the persistent user schema; hashing example added

549ed1336a9c24567bec8ead7ba35ce48676764b authored about 10 years ago
Merge pull request #3 from frankcash/master

Adds adding temp user test

d8a4d70c538419b214055b5e5e5fb6449410cb31 authored about 10 years ago
Fixes semicolons; creates user in before block which is more proper

6bb7266344f2c1013731a82a15ab49b7c79f5a1d authored about 10 years ago
updates test to use the example schema

1a1fa4a7a0c7daa648db93c48b4c81da251c1b3a authored about 10 years ago
Removes console.log

59ae24cf57adfad9ae3bdaf6290ae1a22afa946e authored about 10 years ago
adds tempUserModelTest

must have db built before running

476fdb470959d9947550ccfef2b365b733c37512 authored about 10 years ago
Merge pull request #2 from frankcash/master

Starts adding tests

4dc5a43ae47c29f139d78aa1123cd72ea9a7b6d9 authored about 10 years ago
Update tests.js

f5c8423b90c8118cda04d77d6f643ee7afbde59d authored about 10 years ago
updates test

938bdc135d6eb4e90ebe14e2a809876ce3f12bb9 authored about 10 years ago
Makes main mode more testable

(#1)

8133b003d00e5825d317c7c9152e0b3db0dd3841 authored about 10 years ago
updates .gitignore

372b8e798ad0e765a6b787a8c23cc23a3dd12efa authored about 10 years ago
Adds simple test as PoC

(#1)

a2ee15a31a98c30178752ca9a2819361345d0784 authored about 10 years ago
Ignore them dirty .DS_Stores

1eb746c5e8c5dd5e2fa08ff40d719f01398dba71 authored about 10 years ago
updates dependencies

(#1) adds mocha

4c9e3a4ca9e8894c5764e8d837b646a0c90fc18d authored about 10 years ago
updates dependencies in package.json

(#1)

353e2e206e3abdb7be5ab1ec6827fcdd4a7b3fc5 authored about 10 years ago
Update README.md

23a321b02324d98f46566380a354504f49b85d8b authored about 10 years ago
able to customize email field name

16b2b55315ffd9a5f88d2b51db0c8184d3e6b26c authored about 10 years ago
now able to customize the URL field name in temporary schema

a308761c080dd48068f44394df4f255dfa7ca3c4 authored about 10 years ago
added more todo tasks, formatted readme betterly

96f77ade79d03583503d03d20e88bb94c376e290 authored about 10 years ago
more readme updates and junk

5e93ed99932a2386b0e226e9e98930a442288447 authored about 10 years ago
update some stuffz

4d663bf1b1bf976112476b79aac61aa82e0c31d5 authored about 10 years ago
added express example

bf5249668cbf625f12e53a79740c1ae2f7b1c935 authored about 10 years ago
now able to resend verification emails; added half-decent API docs

31515f497b9bede6f9c3b4c1ab31c35eacbc55d5 authored about 10 years ago
added more options (changed length of randomly generated URL, send confirmation email, customize confirmation email, expiration for temporary users), and made a helper function for sending verification email (will be making a resend function soontimes)

f0773da1a256e6fec62f31ba1953aa174791a0f9 authored about 10 years ago
temporary users can be made persistent users

2e7c1013bd48d9c757b35661b46e0d55e2389044 authored about 10 years ago
made it possible to check for duplicates in temp collection

f108f0152fdd2485eac620d4ca5df6c7835afa7e authored about 10 years ago
change line spacing in package.json

c8d126cfb8dbe1c77b9f7dcc082d8cf776469b82 authored about 10 years ago
Merge branch 'master' of github.com:StDako/node-email-verification

530bc1fae62454d7dbad896acf68a0abb1aba8fd authored about 10 years ago
added docstrings and (hopefully) working example in readme

59245578b4db140d48abcce32128366d6c1910c0 authored about 10 years ago
Adds a missing dependency

b8cf037c62bbd6f4aba9c8b648b5d9266df85167 authored about 10 years ago
use a function to generate a temporary schema instead of repeatedly doing it

b1ec230cf4b162637f0a1aa11329f591354beee6 authored about 10 years ago
emails are being sent

fda82da1b850d5607f6aedd907a7b5d086491e77 authored about 10 years ago
temporary user schema is able to be predefined instead of always generated on the fly

db171c1c3515f98f7cac6b16f2b134983dc19031 authored about 10 years ago
init commit; some functionality

22e5fca3f0f7e8ee0f1c49d0fef81b601c7fbb25 authored about 10 years ago