-
This issue is designed to collect tasks that should be done prior to the next major release. They are split up by breaking and non-breaking changes; the breaking changes are strictly required, while t…
-
We currently use graphql for all of our requests from frontend (nextjs and react native) to our backend (Go).
We explicitly add the `Authorization` header to all those requests, so no need to do the …
-
Hey! I have a use case where I'm embedding an iframe in the third-party application. This iframe can execute an SSO process in a separate popup, which is from the same domain as the iframe. SSO auth s…
-
When I check it using curl command like below, I can get keystone response with 201.
curl -H "Content-Type: application/json" -X POST -d '{
"auth": {
"identity": {
"method…
-
### Nuxt 3 support
Nuxt 3 comes with built-in utilities to support session and authentication. We are working on a new official module. Meanwhile, we recommend:
- [nuxt-auth-utils](https://gith…
-
**Is your feature request related to a problem? Please describe.**
My photoview instance is running behind Authentik. This causes two login screens for users to be traversed.
**Describe the soluti…
-
Since archive is implementing it's own HTTP client `PuppetX::Bodeco::Util` for http downloads then the fix for PUP-11188 (https://github.com/puppetlabs/puppet/commit/9a8d3ef017cf63ce0f848ec64394f7bad2…
-
As mentioned in this post:
https://blog.hasura.io/best-practices-of-using-jwt-with-graphql
> Persisting JWT token in localstorage (prone to XSS) < Persisting JWT token in an HttpOnly cookie (prone…
-
## Problem
We've recently rolled out authenticated media. Whilst this has been broadly successful, it requires that clients send Authentication headers when making media requests. This is problemat…
-
The current implementation assumes the Cookies are shared. This works in most cases (when domain is the same), but not when different domain is used.
The Pusher implementation uses the client JS to…