Remy Lalanne

Results 23 comments of Remy Lalanne

Is there a manner to become db-agnostic (so that this extension would be based on higher level methods and not db?) thanks

The parameter used to specify a token lifespan is already available on the server-side and is called `lifespan`. The `signIn` operation accepts 3 parameters: `username`, `password`, `lifespan`: https://github.com/remyla/damas-core/wiki/4-Specifications#signIn The Javascript...

The goal here is to use the asyncio Python module to make damas.py support asynchronous requests. This issue was addressed by @nobalove2000 in https://github.com/remyla/damas-core/pull/259 and the code was not ready...

This pull request seems like a duplicate of your other pull request on the same day and is "packed" in one commit

the jwt-delegate doesn't properly work and needs debug :\ This extension is needed in SyncPlanet service with some improvements that could be made (would explain more in further message) Re-opening...

By extension, how the different errors will be processed? the server could return a 401 or 200 (https://github.com/remyla/damas-core/wiki/4-Specifications#signin) * upon 200: we copy the user node returned by the server...

I write a bit more details about how the delegated authentication could work. * 1. the user wants to authenticate on server1 using the /api/signIn method (like usual, nothing is...

this is connected to the opened issue #28

here is a line to escape double quotes and replace `\n` with `` before damas update: ```sh damas -q update '{"_id":"'$SITENAME'", "rsync_ul_stderr":"'`cat $stderr | sed 's/\"/\\\"/g' | sed -e ':a'...