A socially-driven open-source project promoting long-lasting, high-quality products and conscious consumption

0 stars 1 forks 0 watchers Java GNU Affero General Public License v3.0
conscious-consumption eco-friendly ethical-technology open-source sustainability
2 Open Issues Need Help Last updated: Aug 18, 2025

Open Issues Need Help

View All on GitHub
Application Development Sustainability Application

AI Summary: This issue outlines the implementation of a new Java endpoint, `DELETE /api/v1/tokens/revoke`, designed to invalidate JWT access tokens. The process involves blacklisting the provided token in Redis with a TTL matching its remaining lifetime and recording an audit log entry. The endpoint is expected to handle various input and server-side errors, returning `204 No Content` upon successful revocation.

Complexity: 3/5
good first issue backend

A socially-driven open-source project promoting long-lasting, high-quality products and conscious consumption

Java
#conscious-consumption#eco-friendly#ethical-technology#open-source#sustainability
Application Development Sustainability Application

AI Summary: Develop a REST API endpoint that issues JWT tokens upon receiving a valid user ID and secret key. The endpoint must include robust error handling (400, 401, 500) with detailed error responses and comprehensive logging of all token issuance attempts, including user ID, timestamp, and success/failure status.

Complexity: 4/5
good first issue backend

A socially-driven open-source project promoting long-lasting, high-quality products and conscious consumption

Java
#conscious-consumption#eco-friendly#ethical-technology#open-source#sustainability