The official Obsidian starter kit. Flint gives you a fully working authentication system out of the box — login, register, logout, and a dashboard, ready to build on.
git clone https://github.com/obsidian-framework/flint my-app
cd my-app
mvn clean package exec:javaApp runs on http://localhost:8888.
- Everything from obsidian
AuthController— login, register, logout routes- Login and register pages styled and ready
Full documentation at obsidian-java.com/docs
MIT © Obsidian Framework