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
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Simple personal finance tracker using Spring Boot and AngularJS
Project has moved Github at http://github.com/zlogic/vogon
Check out the live demo at http://vogon-zlogic42demo.rhcloud.com
Simple web-based personal finance tracker using
* AngularJS on client-side
* Spring MVC on server-side for AngularJS request handling
* JSP for page generation
* JPA and Spring Repositories for entity management
* H2 database for data storage, or a server-provided PostgreSQL (OpenShift/Heroku)
Named after the Vogons (http://en.wikipedia.org/wiki/Vogon) race who were known to be extremely boring accountants.
Contains prepackaged WAR files for:
- OpenShift (http://www.openshift.com/) (even free accounts):
* WildFly ("WildFly Application Server 9" cartridge).
* Tomcat 7 ("Tomcat 7 (JBoss EWS 2.0)" cartridge installed).
- Heroku (http://www.heroku.com) (even free accounts).
- OpenShift Tomcat cartridge also works in Azure Jetty and Tomcat web apps.
2.0 and earlier versions also have a standalone version using Java FX.