Rémy HUBSCHER

Results 390 comments of Rémy HUBSCHER

It helps thanks! [![image](https://user-images.githubusercontent.com/229453/50685291-e47a7180-1018-11e9-8653-1ece9919aef3.png)](https://www.python.org/dev/peps/pep-0333/#unicode-issues)

As much as security people want's to use. Right now they want to use this command to generate the salt: `cat /dev/urandom | tr -dc _A-Z-a-z-0-9 | head -c${1:-32}; echo`

The same way we do for the userHmacSecret I guess. Using the command `kinto init` to generate it and then we will have something different for kinto-heroku and in the...

Yes something like that as well as adding some tests and updating the kinto command. ``` secret = settings.get('default_bucket_ID_salt', settings['userid_hmac_secret']) ```

For instance for attachment you need it to know on which record you want to assign the attachment to. We can probably have helper that let us get this information...

Other interesting ressources: https://medium.com/@jcbaey/authentication-in-spa-reactjs-and-vuejs-the-right-way-e4a9ac5cd9a3

We @Chefclub are interested in this idea. - [ ] Add a GraphQL endpoint: `/v1/graphql` - [ ] Add [GraphIQL](https://github.com/graphql-python/graphene-django/blob/master/graphene_django/templates/graphene/graphiql.html) to handle text/html requests - [ ] Handle JSONSchema to...

Hello @AlexB1986, thank you for your feedbacks, are you planning to send us pull-requests to issues that you are filling? If yes, I would recommend to create pull-request in between...

> I had a working kinto 10 and wanted to upgrade to 13.