google_sign_in icon indicating copy to clipboard operation
google_sign_in copied to clipboard

Sign in (or up) with Google for Rails applications

Results 8 google_sign_in issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.4. Release notes Sourced from nokogiri's releases. 1.13.4 / 2022-04-11 Security Address CVE-2022-24836, a regular expression denial-of-service vulnerability. See GHSA-crjr-9rc5-ghw8 for more information. [CRuby] Vendored...

dependencies

This pull request is backwards compatible, but has also some small API changes to allow client applications to use google APIs after the user authenticate. The client applications have the...

Bumps [activestorage](https://github.com/rails/rails) from 6.1.4.1 to 7.0.2.3. Release notes Sourced from activestorage's releases. 7.0.2 Active Support Fix ActiveSupport::EncryptedConfiguration to be compatible with Psych 4 Stephen Sugden Improve File.atomic_write error handling. Daniel...

dependencies

Bumps [actionpack](https://github.com/rails/rails) from 6.0.0 to 6.1.4.1. Release notes Sourced from actionpack's releases. 6.1.4 Active Support MemCacheStore: convert any underlying value (including false) to an Entry. See #42559. Alex Ghiculescu Fix...

dependencies

`flash[:google_sign_in][:id_token]` is `nil` on Rails 7.1 because `flash[:google_sign_in]` is a Hash. I suspect it used to be HashWithIndifferentAccess before. The fix is to switch over to strings when accessing Hash...

We use the flash to store potentially very long values such as the `state` or the redirect url. This adds to the session storage needs, which can be problematic when...

Changes to work with non-default hostnames for URL composition