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

Hey, can you help me! I want to try an installation on my webspace! I have one of the professional plans from 1blu. I only see a white page. thanks...

I add login page for separate admin login page from user login page. I edit Auth class line 60: `header('location: ' . Config::get('URL') . 'login');` to `header('location: ' . Config::get('URL')...

Hey, i love ur mini framework. I used it to learn, how a framework works. But i don't understand why the Autologin script works fine. If i don't have a...

Would you consider adding a list of suggested alternatives to the readme, in light of Huge's soft EOL? Obviously I'm going to recommend my own project, [UserFrosting](https://www.userfrosting.com), but there are...

Hi, I would like to know how pagination can be implemented to this framework. Any suggestions/ideas will be very helpful. A simple pagination class will be a very appreciated feature....

I can not quite put my finger on it, but a line in the `.htaccess` file in the `public/avatars` folder is causing the jpeg to not be shown. This line...

Hello guys! Im curious to know if your project offer the same security conditions as jwt below, avatar integration wit gravatar and social media integrations. pls let me know, im...

Instead of passing user_id in the URL as action method argument, passing the encrypted version of user_id in query parameter will work just fine. The link looks long and ugly...

Please make this work without command line. I want to use this for a project being hosted on a webhost, so I don't have command line access.

I did a simple example passing a parameter to identify the pagination ID. I use : mysite.com/product/2 (It'sn works, printed 1) but just works if I using /index/ mysite.com/product/index/2 (It's...