Rawley

Results 30 comments of Rawley

Have you run `M-x package-refresh-contents`, recently?

Is this still being worked on?

If you don't want to use `Dream.form_tag` but you still want to use Dreams CSRF, you can use something like this to make it work with Tyxml: ```ocaml let csrf_tag...

Is there any update on this?

This is still a problem as of March 13, 2023. I think I'm going to try to look into this.

@daleif Thats not very ergonomic if I need more than 1 condition

```$self->routes->add_condition( authenticated => \&authenticated );``` Seems to fix this. Instead of: ```$routes->add_condition( authenticated => \&authenticated );```