You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SombreroQuark is a lightweight API built on Quarkus, designed to help you manage users, roles, permissions, and authorization with ease. It offers robust support for JWT tokens, Google OAuth2 authentication, email verification, and magic link login.
API Testing Framework build using Java + rest assured and extent reports for reporting. Data Driven API testing framework where data is being fetched from Excel and Logger implemented to logs all the details.
A Node.js project that generates and verifies JWT tokens using `jsonwebtoken` and `jwk-to-pem`. This project demonstrates how to securely handle JWT-based authentication by converting JWK (JSON Web Keys) to PEM format for token signing and verification.