Categorygithub.com/scigno/webframework
repositorypackage
0.0.0-20171025200042-7fb94c74c42b
Repository: https://github.com/scigno/webframework.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

webframework

Go Web Framework

For a quick example, go to the examples directory exmaples/semantic_ui.

cd exmaples/semantic_ui
go run main.go

Then open your browser to: http://localhost:8888/login

This is just an exmaple login page. See the source code for inplementation.

To test JWT authenticate with the information below.

Once you login, you will be redirected to the main page. The JWT token will expire in 10 seconds. Refreshing the page after token expiration will redirect you to the login page.

TODO

  1. Add log to local files and syslog support