gin+gorm+jwt+vue
The gin-vue project is a front-end and back-end separation project using gin and vue. It utilizes gorm to access MySQL and jwt for controlling permissions on API interfaces. The tutorial covers automatically refreshing tokens within half an hour of expiry to ensure seamless user operations.
The gin-vue project offers front-end and back-end separation using gin and vue, with features like MySQL integration, JWT for API access control, and automatic token refresh. For installation, users need to run the provided MySQL script, modify the database connection configuration, and run the program using go run main.go. For further enhancements and decoupling, the gin-vue-admin project is recommended as it builds upon the gin-vue project with dependency injection.