-
there no cookie logger and we need to fix the token login page
-
nice token stealer bro!
![image](https://user-images.githubusercontent.com/87493211/174879349-a1876582-64f1-473d-965f-2c3f1cfe3823.png)
-
Hi,
I'm currently trying to implement a Rate Limiter on my AWS infrastructure.
Requests for my app currently go through Spring Cloud Gateway (which does circuit breaking, retries, rate limiting,…
-
Hello everyone,
I installed the latest version (1.3.1) of active_storage_validations to my Rails 7.0 project today. Since then I get the following errors in the specs:
```
Failure/Error:
…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails", "~> 7.2.0"
# If you want to test …
-
This is the planned functionality for version v0.5.0, which will be released around November and December of this year.
- [x] Downgrade to Go 1.20, ensure compatibility with Windows 7.
- [x] Imple…
-
I have this code lo listen SignedIn. This part seems to work fine, I retrieve the User from SSO and save it as User in my database and log in. The problem is when I reload the page, I realize that the…
-
```
Traceback (most recent call last):
File "sp.py", line 22, in
saver.save([cookies])
File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\site-packages\spotapi\utils\saver.p…
-
**Describe the bug**
I created Forward Auth (domain level) and provider (using wizard), but it works only with Embedded Outpost correctly.
With Proxies, it returns 400 (in logs wrong session).
But …
-
I am using [cookie-parser](https://www.npmjs.com/package/cookie-parser) to parse the cookie from headers to object that becomes available as cookie field on req object.
While using pino serializer…