rocket
Here are 387 public repositories matching this topic...
-
Updated
Jul 1, 2020 - JavaScript
Hello,
When you attempt to add an email to blocklist and it already exists in blocklist, you see not found page. But you should see error "an email you're adding already exists in blocklist". Or, just ignoring error and showing blocklist page might be ok.
How to reproduce:
- Add an email(say, `invalid@
This project is auto-generated from generator-ngx-rocket.
If you have any issues, please submit them to generator-ngx-rocket instead of here. Same for PR.
Thanks!
-
Updated
Dec 23, 2019 - Dockerfile
-
Updated
May 1, 2020 - Jupyter Notebook
-
Updated
Mar 4, 2020 - C#
I have looked through the code and found that it is using a hard coded salt for the password hash loginsalt.
https://github.com/svenstaro/rust-web-boilerplate/blob/master/src/models/user.rs#L42
https://github.com/svenstaro/rust-web-boilerplate/blob/master/src/models/user.rs#L47
You should consider to use a random value here and also save it alongside your password hash inside the database.
-
Updated
Oct 15, 2018 - Rust
-
Updated
Dec 20, 2019 - JavaScript
In Edit > Preferences > Units, I don't find the ability to change Diameter to mm ( most hobby motors are denoted this way ).
When users "share message" and add a comment, the RTM includes an "attachment" field on the message. The web client displays the text of this message, and the user sometimes adds a comment about it. This currently displays in IRC as a context-free comment since the attachment is dropped.
Not sure how this should be rendered. Maybe just insert a new message, as if sent by the sharing user, with th
By the next's document, this causes all pages to be executed on the server -- disabling Automatic Static Optimization.
-
Updated
May 8, 2020 - Swift
-
Updated
Jun 30, 2020 - C#
-
Updated
May 4, 2020 - C++
-
Updated
Sep 1, 2019 - Rust
Improve this page
Add a description, image, and links to the rocket topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rocket topic, visit your repo's landing page and select "manage topics."
I tried to find this in the documentation and examples, but there's no example of a manual request being made, only
<form action="/login" method="post">I tried: