jcdogo

Results 5 issues of jcdogo

When destroying a resource and resource is rememberable, `Devise.sign_out_all_scopes` attempts to edit the resource after resource has already been destroyed. The reason is because `lib/devise/models/rememberable.rb:60: forget_me!` sets the `remember_token` and...

This pull implements PKCE support (RFC7636). It is originally based on pull #452, but has been cleaned up a bit. Summary of changes: 1. PKCE is completely optional. If the...

`code.authorizationCode` is used everywhere in the source. Therefore, this pull is to correct the spec.rst so that people don't implement the model incorrectly and/or keep opening bugs to correct the...

This pull implements PKCE support (RFC7636). It is originally based on pull #452, but has been cleaned up a bit. Changes should be almost identical to pull #658, but cleaned...

**Description:** This pull request introduces a new optional `assetsPrefix` configuration property to `astro-font`. This feature allows users to specify a custom URL prefix for generated font assets (`@font-face` src URLs...