adrienrn

Results 5 issues of adrienrn

Hi there, I'm implementing astateless CSRF protection. This is a pattern listed by [Owasp](https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet#Token_Based_Mitigation) and implemented by Angular using the `X-XSRF-TOKEN`. To do so, I've been using three events, 1....

I took the liberty to implement a first attempt at mimicking Jekyll `_data` directory by loading files in configuration as if it was included in `couscous.yml`. It works by defining...

One thing that I like when building a documentation website is having data files – in yml, json or csv sometimes – and use those files to generate page parts....

I use grunt-sass and grunt-watch to compile and minify my code ``` grunt.config('watch', { scripts: { files: ['/*.js'], tasks: ['concat:scripts', 'uglify:compile'] }, styles: { files: [ '/**/*.scss' ], tasks: ['sass:compile',...

Hi, First, thanks for your work! One thing that I don't understand is the difference between your two projects : - https://github.com/ircmaxell/RandomLib - https://github.com/ircmaxell/random_compat ~~https://github.com/ircmaxell/password_compat~~ Which one should I use...