Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

143 MB #2652

Open
Dmole opened this issue Jan 6, 2025 · 0 comments
Open

143 MB #2652

Dmole opened this issue Jan 6, 2025 · 0 comments

Comments

@Dmole
Copy link

Dmole commented Jan 6, 2025

143 MB is ridiculous.
Surly minimal modulus could be made available?
I just want the email from a JWT, I don't even need it verified in PHP.
I can do this with ~3 line of code, the other 2,787,797 lines of code are bloat.
eg:

$body = explode('.', $_POST["credential"])[1];
$body = base64_decode(str_replace('_', '/', str_replace('-', '+', $body)));
$email = json_decode($body)->{"email"};

The GSI guide offers this client as the only option.

This could be better!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant