Gabriel Chuan
Gabriel Chuan
Implemented this gem for JWT auth and it works like a charm, even with GraphQL. However, using localstorage to store the Bearer token isn't very secure. Using HTTP Only Cookies...
Love this gem and I'm currently using it for a project. However, as I migrated my models to UUIDs, I noticed that it wasn't easy to implement it for action-store....
Hey @marcoroth Really love the work you're doing with this project so far. Managed to use it for some of the modals at [aitoolsfor](https://aitoolsfor.com) However, i think adoption of this...
I setup my `solid_queue.yml` to run a recurring task every 30s that checks for records to sync ```yml default: &default dispatchers: - polling_interval: 1 batch_size: 500 recurring_tasks: sync_records: class: SyncRecordsJob...
I'm trying to figure out if there is any way to determine the database that MissionControl is connected to. At the moment, what seems to be the case is this:...
I'm currently setting up new Rails 8 projects and porting my Telegram bots code over (for notifications, etc) and I'm encountering the following error when running `bundle` in CLI. Is...
**Is your feature request related to a problem? Please describe.** Not related to any problems, but more of an improvement over customizing scrollbar behavior. **Describe the solution you'd like** -...