https://github.com/bigprof-software/appgini-tools
Additional scripts and tools I built to use with AppGini
https://github.com/bigprof-software/appgini-tools
Last synced: 2 months ago
JSON representation
Additional scripts and tools I built to use with AppGini
- Host: GitHub
- URL: https://github.com/bigprof-software/appgini-tools
- Owner: bigprof-software
- License: gpl-3.0
- Created: 2018-05-28T23:49:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T14:53:32.000Z (over 2 years ago)
- Last Synced: 2024-01-29T17:38:28.452Z (over 2 years ago)
- Language: PHP
- Size: 72.3 KB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appgini-tools
Additional scripts and tools I built to use with AppGini
* [Authentication logging](authentication-logging.md) - Add the ability to track who has logged on (or tried to) by logging access to a table
* [Reporting](report.php) - Add simple reporting to your AppGini project.
* [Google Authenticator](google-authenticator.md) support
* [Password Hashing](password-hashing.md) - remove the insecure MD5 hashing in AppGini generated applications
* [Facebook Authentication](facebook/README.md) through OATH2 - Providing single signon capabilities against the Facebook platform
* [Fix AXP encoding](fix-axp-unicode.md) - A tool for fixing the AXP project file encoding if it changes to HTML entities.