-
It looks like our dependency with `firebase/php-jwt` causes some PHP warnings when using PHP 8.4 RC1:
```
Deprecated: Firebase\JWT\JWT::decode(): Implicitly marking parameter $headers as nullable …
-
Replace the current session-based authentication for API endpoints with JWT-based validation.
#### **Details**
1. **JWT Authentication Implementation**
- All API endpoints should validat…
-
Obviously this is pretty new, but with the general release of PHP 8.4.1 today, implicit null parameters now raise warnings. These warnings all say something similar to the following:
> PHP Deprecat…
-
(started working on it while helping @abhishekkrthakur on autotrain-advanced)
Users can stream Space logs from the UI. We could introduce a method to do that as well from a script using `requests` …
-
### Build/Submit details page URL
_No response_
### Summary
Running **eas submit -p ios** fails on fastlane step, I couldn't find any instructions on expo for this issue.
What should I do?
### …
-
I am creating a client assertion signed JWT using RSA and PS512. The token seems to be fine if decoded and all the signatures verify in JWT IO and state the correct algorithm.
> "Invalid token si…
-
Hi everyone,
I'm facing an issue while deploying my Flask application on a VPS server with Nginx. The app works fine when tested locally and also when hosted on Heroku. However, when deployed on my V…
-
2U followup ticket for:
- https://github.com/openedx/edx-drf-extensions/issues/371
Note that the DEPR ticket above includes searches through the edx and openedx orgs. However, I don't want to list th…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
o…
-
**Is your feature request related to a problem? If so, provide a description of the problem.**
I am currently working on migrating an internal library handling JWT in Java from nimbus-jose to Tink. W…