-
When i authenticated by google oauth doesn't display the refresh token value on this hash object of credentials see below:
```
"credentials" => {
"token" => "TOKEN",
"refresh_token" => "R…
-
Rails now include all the key building blocks needed to do basic authentication, but many new developers are still uncertain of how to put them together, so they end up leaning on all-in-one gems that…
-
As discussed in the last community meeting and on the call with @moradology and @ranchodeluxe today, I will try to boil down one of the [CMIP6 feedstock](https://github.com/leap-stc/cmip6-leap-feedsto…
-
I've got an intermittent issue where it appears that some keys that I've set in my session are being deleted, and I suspect rodauth may be the culprit. I can go from having the following keys in my se…
-
# utterances
A lightweight commenting system using GitHub issues.
[http://utteranc.es/index.html](http://utteranc.es/index.html)
-
-
### Describe the bug
Cancelling the signup process in the Google OAuth screen redirects the user to `/auth/sign_in` route. This is usually a devise error.
![image](https://github.com/chatwoot/chatwo…
-
I have a Rails API serving a React SPA. It works perfect but I had to do a modification to use ActiveStorage's direct uploads.
The problem appears when trying to create a direct upload (i.e. a Blob…
-
- 質問内容・実現したいこと
ユーザープロフィールに飛べること
- 現状発生している問題・エラーメッセージ
```
Started GET "/profile" for ::1 at 2024-05-23 15:19:47 +0900
User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 OR…
-
I would like to have the ability for Doorkeeper to support the JWT Bearer Authorization Flow. I would like to implement something similar to how [Salesforce](https://help.salesforce.com/HTViewHelpDoc?…