Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Iversauth Laravel Package

kankanamge/iversauth

Laravel auth middleware/service provider to authenticate users via the Ivers authentication site. Install with Composer, register AuthServiceProvider, replace the default auth middleware, publish config, and set your Ivers app/site URL (avoid using /login).

View on GitHub
Deep Wiki
Context7

Login Helper For Ivers

This package enables to authenticating users with ivers authenticating site

Installation

Login to Ivers Authenticating site and create a app. Put your site url as the site link.

Install this package

composer require kankanamge/iversauth

Add IversAuth service provider.

# config/app.php

return [
    'providers'=>[
        \Kankanamge\IversAuth\AuthServiceProvider::class
    ]
]

Replace default authenticating middleware with IversAuth

# app\Http\Kernel.php

protected $routeMiddleware = [
    'auth' => \Kankanamge\IversAuth\AuthenticateMiddleware::class,
];

Publish vendor files

php artisan vendor:publish

Change config

Change configuration variables in config\ivers_auth.php by following guide lines in comments.

Note:- Do not put any route to /login URL.

Thats it all! Enjoy!

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky