Authentication and Authorization Library for CodeIgniter 4.
This library provides an easy and simple way to create login, logout, and user registration features for your Codeigniter 4 projects.
This library provides an easy and simple way to create login, logout, and user registration features for your Codeigniter 4 projects.
Bumps codeigniter4/framework from 4.1.9 to 4.2.7.
Sourced from codeigniter4/framework's releases.
CodeIgniter 4.2.7 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
@ddevsr
made their first contribution in codeigniter4/CodeIgniter4#6497@DhPandya
made their first contribution in codeigniter4/CodeIgniter4#6521@iamsyh
made their first contribution in codeigniter4/CodeIgniter4#6539@akuo-tbf
made their first contribution in codeigniter4/CodeIgniter4#6585@sammyskills
made their first contribution in codeigniter4/CodeIgniter4#6622CodeIgniter 4.2.6 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
@JavaDeveloperKiev
made their first contribution in codeigniter4/CodeIgniter4#6475Full Changelog: https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.5...v4.2.6
CodeIgniter 4.2.5 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
@ping-yee
made their first contribution in codeigniter4/CodeIgniter4#6378CodeIgniter 4.2.4
Hotfix release to fix download errors (see codeigniter4/CodeIgniter4#6361).
Full Changelog: https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.3...v4.2.4
CodeIgniter 4.2.3 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
@naente
made their first contribution in codeigniter4/CodeIgniter4#6349Full Changelog: https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.2...v4.2.3
CodeIgniter 4.2.2 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
Breaking Changes
- Now
Services::request()
returnsIncomingRequest
orCLIRequest
.- The method signature of
CodeIgniter\Debug\Exceptions::__construct()
has been changed. TheIncomingRequest
typehint on the$request
parameter was removed. Extending classes should likewise remove the parameter so as not to break LSP.- The method signature of
BaseBuilder.php::insert()
andBaseBuilder.php::update()
have been changed. The?array
typehint on the$set
parameter was removed.- A bug that caused pages to be cached before after filters were executed when using page caching has been fixed. Adding response headers or changing the response body in after filters now caches them correctly.
... (truncated)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps codeigniter4/framework from 4.1.6 to 4.1.8.
Sourced from codeigniter4/framework's releases.
CodeIgniter 4.1.8 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.7 hotfix release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
eabd7dc
Release v4.1.8c4edeb3
Fix Kint versiona507bbe
Release v4.1.7Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
The authenticate filter when used for a group of routes caused the website to break due to the fact that in the AuthenticationFilter.php the route_to('authigniter:attemptResetPassword')
would require a second parameter and it was not provided. I moved the password reset hash token from the url to the form as a hidden input in order to avoid passing a meaningless empty string parameter (in the AuthenticationFilter.php at line 38).
Bumps codeigniter4/framework from 4.1.6 to 4.1.9.
Sourced from codeigniter4/framework's releases.
CodeIgniter 4.1.9 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.8 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.7 hotfix release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
4ec623a
Release v4.1.9eabd7dc
Release v4.1.8c4edeb3
Fix Kint versiona507bbe
Release v4.1.7Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps codeigniter4/framework from 4.1.4 to 4.1.6.
Sourced from codeigniter4/framework's releases.
CodeIgniter 4.1.6 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.1.5 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
557705a
Fix Kint version5b34d72
Release v4.1.627eb447
Release v4.1.5Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps codeigniter4/framework from 4.1.9 to 4.2.11.
Sourced from codeigniter4/framework's releases.
CodeIgniter 4.2.11 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
@danger89
made their first contribution in codeigniter4/CodeIgniter4#6821@LeMyst
made their first contribution in codeigniter4/CodeIgniter4#6833@philFernandez
made their first contribution in codeigniter4/CodeIgniter4#6920Full Changelog: https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.10...v4.2.11
CodeIgniter 4.2.10 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
CodeIgniter 4.2.9
This is a hot fix for an issue in 4.2.8; please see the previous tag for release notes.
CodeIgniter 4.2.8 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
@domaingenerator
made their first contribution in codeigniter4/CodeIgniter4#6660@AndrewDawes
made their first contribution in codeigniter4/CodeIgniter4#6738Full Changelog: https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.7...v4.2.8
CodeIgniter 4.2.7 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
@ddevsr
made their first contribution in codeigniter4/CodeIgniter4#6497@DhPandya
made their first contribution in codeigniter4/CodeIgniter4#6521@iamsyh
made their first contribution in codeigniter4/CodeIgniter4#6539@akuo-tbf
made their first contribution in codeigniter4/CodeIgniter4#6585@sammyskills
made their first contribution in codeigniter4/CodeIgniter4#6622CodeIgniter 4.2.6 release.
See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md
New Contributors
@JavaDeveloperKiev
made their first contribution in codeigniter4/CodeIgniter4#6475Full Changelog: https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.5...v4.2.6
CodeIgniter 4.2.5 release.
... (truncated)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Fix reset password route parameter issue #4
Thanks to @LeventeBack
Source code(tar.gz)First Release
Source code(tar.gz)Pre Release
Source code(tar.gz)Jasny Auth Authentication, authorization and access control for PHP. Features Multiple authorization strategies, like groups (for acl) and levels. Aut
Sentinel Sentinel is a PHP 7.3+ framework agnostic fully-featured authentication & authorization system. It also provides additional features such as
Mezzio-OAuth2-Authorization-Authentication-Server This is a basic OAuth2 authorization/authentication server implemented using Mezzio. I have found so
Tatter\Imposter Mock authentication for CodeIgniter
phpCAS is an authentication library that allows PHP applications to easily authenticate users via a Central Authentication Service (CAS) server.
PHP-Casbin Documentation | Tutorials | Extensions Breaking News: Laravel-authz is now available, an authorization library for the Laravel framework. P
Laravel Authorization Laravel-authz is an authorization library for the laravel framework. It's based on Casbin, an authorization library that support
An authorization library that supports access control models like ACL, RBAC, ABAC for webman plugin
About Auth Starter It's a Laravel 8 authentication markdown that will help you to understand and grasp all the underlying functionality for Session an
Rinvex Authy Rinvex Authy is a simple wrapper for Authy TOTP API, the best rated Two-Factor Authentication service for consumers, simplest 2fa Rest AP
Laravel Hey Man Readability Counts. In fact, Readability is the primary value of your code !!! ?? Heyman continues where the other role-permission pac
OAuth2 between Laravel projects A package that allows secure communication between two or more projects, focused mainly for use in microservices archi
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
Authorization-form It's authorization form, login button handler and login to your personal account, logout button Each file is: header.php - html-fil
Bearer Minimalistic token-based authorization for Laravel API endpoints. Installation You can install the package via Composer: composer require ryang
An easy, native role / permission management system for Laravel. Index Installation Migration Customization Model Customization Usage Checking Permiss
Governor For Laravel Manage authorization with granular role-based permissions in your Laravel apps. Goal Provide a simple method of managing ACL in a
EvaOAuth EvaOAuth provides a standard interface for OAuth1.0 / OAuth2.0 client authorization, it is easy to integrate with any PHP project by very few
EvaOAuth EvaOAuth provides a standard interface for OAuth1.0 / OAuth2.0 client authorization, it is easy to integrate with any PHP project by very few