Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
This project aims to provide a quick way for modularizing Linux kernel functions even if they aren't within a module! It can be used for developing and testing kernel functionalities without needing a reboot.
A linux kernelmodule and supporting user space environment which allow interception and modifying system calls that match user defined criteria. Think of it as strace on steroids.
The SMBios KernelModule provides access to the management information of SMBios structures in both human readable and binary form via the /proc file system.
The mbuff.o module and /dev/mbuff is intended to be used as a shared memory device making memory allocated in the kernel using vmalloc possible to map in the user space. It is especially recommended for RT-Linux tasks/user space communication.
Sockmon enables users to monitor the per-connection TCP information of all the active connections on a Linux machine in real-time. The display has a look of a netstat. The information sockmon shows is rtt, snd_wnd, cwnd and so on. Written as kernelmodule
FTPfs is a Linux kernelmodule. You can mount FTP servers locally and take full advantage of read-only local files (e.g. you might want to watch a movie without effectively downloading it).
This project produces a Linux kernelmodule that provides packet writing support for CD-R/W drives, enabling ordinary read-write mount of CD-ROM drives capable of supporting packet/incremental recording.