| Name |
Description |
Link |
| auth-box |
AuthBox is a free, open-source, RFC 6749-compliant OAuth2 Authorization Server implemented in Java
using Spring Boot. It provides both a production-ready OAuth2 server and a management portal
(UI + REST API) for configuring and operating the server.
|
https://oauth2.cloud
https://github.com/temesoft/auth-box
|
| test-pojo |
Lightweight Java testing library that automatically validates your Plain Old Java Objects (POJOs).
It uses reflection and the Instancio library to thoroughly test all public methods, getters, setters,
equals(), hashCode(), toString(), and constructors with minimal boilerplate code.
|
https://github.com/temesoft/test-pojo
|
| file-storage |
File storage library is a simple, lightweight and extensible Java library that provides a unified
interface for working with different storage backends - from local filesystems to major cloud providers.
|
https://github.com/temesoft/file-storage
|