-
In https://github.com/harmony-one/pump.fun.backend/blob/ab2b9d998192af015d2ab2f520e9711f93f0e645/src/user/user.service.ts#L72, the function is named as a get-only function (i.e. pure), but in fact it …
-
I have this login request 'Logon':
POST: `{{url}}/ims/api/v1/access_keys/login`
Headers: `Accept */*`
JSON Body:
```json
{
"access_key": "{{access_key}}",
"access_secret_key":…
-
This library appears to have taken a hard-line stance that `=` characters should not be allowed in the JWT encoding, per issue #49 and upstream at auth0/node-jsonwebtoken#607 - and it seems this is in…
-
Since the architecture of the backend is RESTful we need a way to secure requests to the server.
We need to create a token on user login.
The token will be used for each of the users request to …
-
At the moment, different vendors choose different ways to produce Json Web Tokens,. It does not help with app's portability (contradicts with MP's portability mission). Should we define a common way t…
-
### Describe the Bug
Similar to https://github.com/Badgerati/Pode.Web/issues/605. When combining Pode.Web with Pode to provide API and Web Front-End, I get:
`WARNING: Resulting JSON is truncated …
-
### Plugin Version
6.0.3
### PHP Version
8.3
### Shopware Version
6.5.8.14
### Installation method
Composer
### Identity provider
None
### What happened?
Some dependencies in the composer.j…
-
## What is missing or needs to be updated?
How difficult would it be to make this multi-language? JWT's have sort of become a web standard as an authentication/authorization primitive. It would…
-
#### Environment details
- OS: Linux 64bit
- PHP version: 7.4.33
- Package name and version: google-api-php-client
#### Problem
I'm attempting to receive notifications from Google Calenda…
-
Similar to #34, App Mesh should support end user-to-service authentication with JWT tokens. This is implemented in Envoy by https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/j…