-
I'm setting up a single page application using react that has ruby on rails as the backend. I have my google api credentials and I have the front end sign in with google setup according to these instr…
-
### Issue Description
Using
```
# config/initializers/sentry.rb
Sentry.init do |config|
config.dsn = 'https://…' unless Rails.env.test?
config.breadcrumbs_logger = [:active_support_logger, :http…
-
Build out the initial Homepage and Dashboard pages.
The designs will not be particularly important at this step. The goal is to enable the necessary hooks for user authentication from the homepage…
briri updated
3 months ago
-
https://github.com/stevepolitodesign/rails_mvp_authentication/blob/b2e0ebd8badafbcf337d57e6828e69afb77cfd1b/lib/generators/rails_mvp_authentication/templates/authentication.rb.tt#L38
```
cookies.p…
-
This should be:
```ruby
elsif cookies[:remember_token].present
...
end
```
https://github.com/stevepolitodesign/rails_mvp_authentication/blob/365017fb3173e99e901926da067d44825a9310a1/lib…
-
### Describe the bug
Running `gitlab-rails console` gives the following error:
log
```
$ gitlab-rails console
WARNING: The Rust extension for prometheus-client-mmap is unavailable, falli…
-
I ran into two issues with the [new `csrf_token_storage` behavior in Rails 7.1+](https://github.com/rails/rails/pull/44283). I'm not sure if these would be considered bugs, "breaking changes", or just…
-
currently, we are using client side web hooks without authentication. The goal is to use the [rails session/authentication](https://api.rubyonrails.org/classes/ActionController/HttpAuthentication/Toke…
-
This would be a gem for authentication that provides an API endpoint to generate JWT tokens and a macro to authenticate users.
In addition to DRYing up authentication logic, it would allow us to de…
-
## Issue description
Currently the session cookie created by devise seems to be re-usable indefinitely.
It looks like a security issue, as if for any reason a user has his session cookie leaked, t…