Adaline Valentina Simonian

Results 84 comments of Adaline Valentina Simonian

@tomkersten, I've sent a follow-up e-mail which asks for clarification based on your question.

I think we can get this working really easily once #123 is filled out. We're basically just issuing an expiring token for authentication and e-mailing it.

I agree it should be a separate protocol/provider; I just think we can repurpose whatever we develop now for it.

An example with some sample code similar to some stuff we have in Anvil Connect **Without Promises:** ``` js function someMiddleware(req, res, next) { Model.doSomeWork({ opt: 'val' }, function (err,...

We could check at boot-time for expired objects that need to be removed in the database. Then, as the server is running, when objects with TTLs are created, they could...

In #171, we're using keys instead of hashes, and so we're able to take advantage of Redis' `EXPIREAT` command.

We should make more variables for the views. For example, I don't think any sane user would particularly enjoy having to edit their views every time they're changed just to...

What's the status of this issue?

Is there an update on this issue?