/TokenAPI

Primary LanguageCOBOLApache License 2.0Apache-2.0

MECTOCHE_TOKEN

  • **Token generator to complement the site

About.

  • Using both, you can access the administrative area, without using passwords such as "admin", "password" etc...
  • this generator can be deployed on the server, where only administrators can have access, eliminating the chances of being hacked!

Example without code.

FILE-CONTROL.
     SELECT TOKEN-FILE ASSIGN TO 'token.txt'
         ORGANIZATION IS LINE SEQUENTIAL
         ACCESS MODE IS SEQUENTIAL.    
 DATA            DIVISION.
 FILE            SECTION.

watching