package
0.0.16
Repository: https://github.com/webability-go/xmodules.git
Documentation: pkg.go.dev

# README

Go Report Card GoDoc GolangCI

xmodules/client for Xamboo - GO

The client package is used to manage clients that can identify with username/password and stay connected through a token. On web servers the token can be set as a cookie or form variable. The client can also connect through Social network (facebook, google)

Version Changes Control

v0.0.1 - 2020-05-08

  • Compatible with xmodule context standard

v0.0.0 - 2020-03-05

  • Support for multithread context implemented

v0.0.0 - 2019-12-18

  • First release of module

Manual:

I. Client

Intro


  1. Overview

Example:

import "github.com/webability-go/xmodules/client"


  1. Reference

To use the package:

import "github.com/webability-go/xmodules/client"