huge icon indicating copy to clipboard operation
huge copied to clipboard

Simple user-authentication solution, embedded into a small framework.

Results 52 huge issues
Sort by recently updated
recently updated
newest added

fix URLs using - to separate it

After implementing https://github.com/panique/huge/pull/693 a user cannot be logged in from two different browsers / devices at the same time. This is a security improvement, but surely also a deal-breaker for...

I tried to use this framework and cloned into my XAMPP folder. Then I created the database and the tables. When I tried to start I got the following error....

Hi all, At this URL: {Base URL}/error/whatever The following error will appear: "Fatal error: Cannot declare class ErrorController, because the name is already in use..." (due a double "require" in...

Hi there, I couldn't find a `SECURITY.md` in your repository and am not sure how to best contact you privately to disclose a security issue. Can you add a `SECURITY.md`...

If anyone is trying to integrate AJAX and DATATABLE I will show you how I did it. Show records and add register note/index ``` Nota:

Please add a Pagination core model class..

I have a quick question from the encryption.php file located in the core folder. Obviously, its a file for encryption and decryption of string data. My question lies in the...

In view.php (application/core/view.php) there is a foreach loop for data (an array) to be sent to the view when necessary. I can't find a reason for this code nor do...