-
When a user clicks the link in their email to verify, they get sent to /verify-account which then has a "verify" button that they have to press.
Is this the expected behaviour? If so is there a way…
-
Hi, Jeremy!
Seems like this part of rodauth does not work
![изображение](https://user-images.githubusercontent.com/393611/186719484-e0fb470d-ae27-4fcf-a6cf-aa578f48cfa1.png)
when I try to creat…
-
Is it possible to skip certain views such as validation and logout?
For Validation:
User automatically get verified when clicking on link instead of going through the form in the account_verify vi…
-
For whatever reason, this is the case:
```ruby
db = Sequel.postgres(extensions: [:activerecord_connection])
puts db['SELECT TRUE'].prepare(:select, :select_true).call // #=> [{:bool=>false}]
```…
-
Hello,
While following the tutorial of rodauth i face below error
No matter how hard i try, i can not solve it
can someone please help?
`PG::UndefinedTable: ERROR: relation "account_activity_time…
-
Follow up to: https://github.com/jeremyevans/rodauth/issues/251
To avoid that divergence, wondering if it would be good idea to keep default Mailers behaviors as close as possible to Rodauth's, for…
-
## Description
I just created a new rails 7 --api app to try out rodauth auth method, and I have an issue with the default install.
When trying to create an account via the api, the email fails to s…
-
I'm starting to use ActionCable and have a connection class that looks like the following. What's the best way to authenticate this connection using the existing session?
```ruby
module ApplicationC…
-
Interesting project. I was looking to implement WebAuthn SSO at home using a FIDO2 solution.
### Security tokens
I was having a look around and noticed JWT.
[PASETO](https://paseto.io) vs. [J…
-
I'm creating a sign up page for a new application. One of the fields I'd like to add is a profile picture. I'm using Active Storage to handle the upload, so I modified the `create-account.html.erb` te…