Welcome Guest, Not a member yet? Register   Sign In
codeigniter4-authentication
#1

(This post was last modified: 02-13-2021, 09:36 PM by agungsugiarto.)

UPDATE
- Documentation is up
- Auth scaffolding included, you can publish with command `php spark auth:publish` see more detail at documentation

Hello guys, wanna share with you the most powerfull authentication packages for codeigniter4, this package bring you feel authentication same as laravel authentication because this packages was inpired by laravel-auth and codeigniter-shield, with codeigniter4-authentication you can handle multiple "guards" and "providers". Guards define how users are authenticated for each request. Providers define how users are retrived from your persistent storage, codeigniter4-authentication ships with support for retrieving users using Model and the Database query builder.


The basic feature this package:
- Login
- Remember login
- Verify email
- Reset password
- Confirm password
- Filter for authentication
- and many filter flow

Take a look and give a comment or issue in github repo. Thanks

Regards,
Agung Sugiarto

github: https://github.com/agungsugiarto/codeign...entication
packagist: https://packagist.org/packages/agungsugi...entication

Note: gui for this package i will separate with different repo in next day.


Attached Files Thumbnail(s)
                   
Reply
#2

Great!!, waiting to docs to test!!!

this has JWT support?
Reply
#3

(02-05-2021, 05:11 AM)nicojmb Wrote: Great!!, waiting to docs to test!!!

this has JWT support?

Not supported by default, but you can implementation by your self with this contract interface, or maybe you can use basic access token see the supported default guard driver
Reply
#4

Waiting docs. When will it be ready?
Reply
#5

(02-08-2021, 11:44 AM)bulentsakarya Wrote: Waiting docs. When will it be ready?
Asap, but if you want try first take a look repository demo https://github.com/agungsugiarto/codeign...ation-demo
Reply
#6

(02-05-2021, 05:11 AM)nicojmb Wrote: Great!!, waiting to docs to test!!!

this has JWT support?

Hello Nicojmb, here we go supported jwt authentication, this package is port from tymondesigns/jwt-auth for working with codeigniter4-authentication. Still in development, but so far is working perfectly.

Take a look.
https://github.com/agungsugiarto/codeign...cation-jwt
Reply




Theme © iAndrew 2016 - Forum software by © MyBB