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.
Try Auth0 for Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
TU Calc is a modular tool that aims to gather numerical methods for solution of mathematical problems. Interacting with the user through a GUI that is analogous to the windows desktop.
Visual BASIC 6.0 program to find the factors between two numbers. Use as an educational tool to help students with factors. Does not find the LCD but use as a learning tool to find the LCD by looking at the factors. Jabaco version runs in any JRE.
This is just a simple program, with loads of functionality, that I am working on. As of right now, it can do very basic integrals, and that is it. It is a alpha release right now, but very stable. My program is licensed under Gnu Public licensed. Also, t
Generates prime numbers. This program finds primes by checking to see if the modulus of the current number is equal to 0 for any previously found primes up unitl the square root of the number.