quickiris

command module
v0.0.0-...-0544079 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2019 License: GPL-3.0 Imports: 2 Imported by: 0

README

QuickIris

QuickIris is intended to create quick Iris backend service with all required plugins along with basic example.

Goals

  • Basic Iris framework configuration with API's
  • Add JWT ref
  • Add sevice layer
  • Add module
  • Add MySQL support
  • Read configuration from config file
  • Documentaion and design digram
Contribution

All are welcome to contribute on this project.

Licence

GNU General Public License v3.0

Documentation

Overview

iris provides some basic middleware, most for your learning curve. You can use any net/http compatible middleware with iris.FromStd wrapper.

JWT net/http video tutorial for golang newcomers: https://www.youtube.com/watch?v=dgJFeqeXVKw

This middleware is the only one cloned from external source: https://github.com/auth0/go-jwt-middleware (because it used "context" to define the user but we don't need that so a simple iris.FromStd wouldn't work as expected.)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL