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

# Packages

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

# README

Go Report Card GoDoc GolangCI

xmodules/user for Xamboo - GO

The user package is used to build a set of administration users with all the security controls needed:

  • accesses (simple named accesses)
  • extended accesses (based on the records of a table)
  • sessions and history
  • profiles
  • per-user accesses adjustements

Version Changes Control

v0.1.0 - 2022-03-

  • First official release. Working on the xmodules/base, Xamboo, XCore, XDominion and XMask of this date.
  • Admin pages integrated in xmodule

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 - 2020-01-23

  • BuildCaches is now on parallel thread

v0.0.0 - 2020-01-03

  • This document added
  • Order added to synchronize tables in database (due to hierarchy of FK-PK)

v0.0.0 - 2019-12-18

  • First release of module

Manual:

I. Users

Intro


  1. Overview

Example:

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


  1. Reference

To use the package:

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


  1. Normalization

All the concept of the module must be called by se same ywa among messages, screens and data. English:

  • Group of right accesses
  • Right access
  • User Profile
  • Administration User Spanish:
  • Grupo de permisos de accesos
  • Permiso de Acceso
  • Perfil de usuario
  • Usuario Administrador French:
  • Groupe d'accès
  • Droit d'accès
  • Profil d'utilisateur
  • Utilisateur administrateur