Vanguard - Advanced PHP Login and User Management
Vanguard - Advanced PHP Login and User Management

Vanguard - Advanced PHP Login and User Management

  • Uploaded : 27th January 2023
  • Views : 588

Vanguard - Advanced PHP Login and User Management

Vanguard is PHP application, written in Laravel PHP framework, that allows website owners to quickly add and enable authentication, authorization and user management to their website. It is designed following latest security and code standards and it is ready for high availability websites. Although it is written in Laravel, it can be used to provide secure login, authentication, authorization and complete user management for any PHP powered website. Vanguard also comes with fully documented JSON API which allows you to easily authenticate users from your mobile (or any other) application.

It comes with almost three hundred automated tests (functional and unit), that cover all vital parts of the application and the API and ensures it’s maintainability and stability.

Version 7.0.0
Top active searches related to

FeaturesSecure user registration and loginSocial Authentication using Facebook, Twitter and Google+Password resetTwo-Factor AuthenticationRemember Me feature on loginLogin with email or usernameGoogle reCAPTCHA on registrationAuthentication Throttling (lock user account after few incorrect login attempts)Interactive DashboardUnlimited number of user rolesPowerful admin panel Unlimited number of permissions Manage permissions from admin interface Assign permission to roles Easily check if user has permission to perform some action JSON API to build any kind of applications around VanguardSuper easy installation using installation wizardUser Activity LogAvatar upload with crop featureBuilt using Bootstrap 4Active Sessions Management (see and manage all your active sessions)Admins can impersonate usersFull unicode supportClient side and server side form validationFully customisable from settings sectionComplete and detailed documentationFully object oriented and commented PHP and JavaScript code.Localization support – Translate the application to any language (English, Serbian and German translations included)Runs on PHP 8.0.2+Flexible Plugin SystemSecurityCSRF Protection – all forms include CSRF tokenSession Protection – highly secure Laravel session mechanismHighly secure one-way password hashingServer RequirementsPHP >= 8.0.2BCMath PHP ExtensionOpenSSL PHP ExtensionPDO PHP ExtensionMbstring PHP ExtensionTokenizer PHP ExtensionCtype PHP ExtensionXML PHP ExtensionJSON PHP ExtensionGD PHP ExtensionFileinfo PHP ExtensionDemo and DocumentationDemo link: https://demo.vanguardapp.ioAdmin CredentialsUsername: adminPassword: admin123Documentation and Support: https://milos.support-hub.io/Discount NotificationsSubscribe to receive notifications about discounts and updates: https://vanguardapp.io/#subscribeChangelog

Check the docs for upgrade guide. March 17, 2022 – Version 7.0.0 Added support for PHP 8.1Upgraded to Laravel 9Updated all third party packages to the latest stable versionsAugust 12, 2021 – Version 6.1.0 Added support for PHP 8Updated all third party packages to the latest stable versionsFixed invalidate session redirect issueFixed german translation issuesFixed bg-color issue for switch componentsFixed pagination styling issueUpdate `redirectIfAuthenticated` trait to respect the `to` parameterOctober 20, 2020 – Version 6.0.0 Upgraded to Laravel 8Fixed api registration issueFixed email confirmation routesFix field type for 2FA phone numberFix impersonation route middlewaresApril 8, 2020 – Version 5.0.1 Fixed installation wizardApril 5, 2020 – Version 5.0.0 Fixed custom login redirect issueUpgraded to Laravel 7Switched to Laravel Sanctum for API authenticationReplaced API transformers with Laravel's API ResourcesChanged API response formatSeptember 17, 2019 – Version 4.0.1 Fixed password reset email issueFixed avatar upload issueUpdated registration and email verification flowSeptember 13, 2019 – Version 4.0.0 Added Plugin SupportUpgraded to Laravel 6April 1, 2019 – Version 3.2.1 Fix installation issueMarch 30, 2019 – Version 3.2.0 Upgraded to Laravel 5.8Replaced deprecated Larvel str_ and array_ helper functionsOctober 30, 2018 – Version 3.1.0 Upgraded to Laravel 5.7Fixed issue with API when country_id field is nullFixed Notifications Settings update bugImproved Two-Factor Authentication by adding one more step for phone verificationAdded Impersonate featureJune 14, 2018 – Version 3.0.1 Minor bug-fix release to address a few mostly UI related bugs. List of changed files available inside the upgrade guide.May 17, 2018 – Version 3.0.0 Complete frontend re-write with Bootstrap 4Remove additional step for Twitter authentication since Twitter can provide an email nowUpdate sizes of the avatars retreived during social authenticationMarch 13, 2018 – Version 2.2.0 Upgrade to Laravel 5.6Fix issue with Authy secret key and config cachingFix issues with registration history chartFix installation issue on PHP 7.2December 19, 2017 – Version 2.1.1 Added ability to configure dates format across the appAdded automatic session invalidation and log out of the user if he is banned by the administratorAdded device info on session list pageUpdated dashboard chart to display data in last 365 days (instead of for current year)Extracted model factories to different files (important for testing purposes only)Fixed autoload include issue for existing websitesNovember 08, 2017 – Version 2.1.0Upgrade Laravel to version 5.5Fix glitch on User Acivity searchSeptember 14, 2017 – Version 2.0.2Fix avatar update issue when admin is updating avatar for some other userDisable API authentication for banned and unconfirmed usersFix country update issue which occures on some MySQL versionsAugust 25, 2017 – Version 2.0.1Fix installation issues from previous versionUpdate documentationAugust 23, 2017 – Version 2.0.0Add fully tested JSON APIFix some minor glitches related to translationMay 1, 2017 – Version 1.3.3Fix incompatibility issues between laravel-jsvalidation package and Laravel Framework version 5.4.19+Fix issue where country is set to null after user logs inApril 12, 2017 – Version 1.3.2Removed zizaco/entrust package and replaced with Vanguard's native mechanism for handling roles and permissions$user->can() method now use Laravel's default authorization mechanism. For checking if user has permission defined by Vanguard, you should use $user->hasPermission('...').March 06, 2017 – Version 1.3.1Fixed installation issueFixed issue with FORCE_SSLFebruary 18, 2017 – Version 1.3.0Laravel 5.4 upgradeIMPORTANT: Fixed potential security issue with user avatar uploadFixed issue to don't allow banned users to log in via social networksExpanded and updated automated tests to cover all bugs and issues from aboveSeptember 30, 2016 – Version 1.2.1Fixed bug when creating/updating users from admin panel without selected countryFixed small typos on delete user confirmation popupSeptember 27, 2016 – Version 1.2.0Updated to Laravel 5.3InnoDB is now forced storage engine for MySQL databaseSlightly improved designE-Mail templates updated (now using Laravel 5.3 Notifications feature)Fixed default country valueFixed n+1 problem for activity page (added missing eager loading)Fixed translation glitchesAdded IIS configuration filePHP 5.6.4 is now minimum PHP version required (Laravel 5.3 requirement)PHP XML extension is now requirement (Laravel 5.3 requirement)Updated and extended documentationDropped support for HHVM, since Laravel 5.3 does not support itMarch 30, 2016 – Version 1.1.2Add missing middleware to redirect user to install page if Vanguard is not installedMarch 29, 2016 – Version 1.1.1Added German translation filesAdd translation for few missed stringsFix some small bugsMarch 15, 2016 – Version 1.1.0Add localization supportUse social network profile image as default avatar after social authFix problems with pagination while browsing search results for users and activitiesHandle missing email from non-twitter social providerFebruary 18, 2016 – Version 1.0.4Updated documentationAdded option to allow redirect to custom page after loginDisable access to login page for authenticated usersFebruary 4, 2016 – Version 1.0.3Updated documentationFixed css glitchesAdded more testsJanuary 25, 2016 – Version 1.0.2New design for error pagesUpdated installer to require Fileinfo extensionJanuary 22, 2016 – Version 1.0.1Add missing configuration placeholder fileJanuary 21, 2016 – Version 1.0.0First release

Searches related to:

Show Full Overview

Click To View All

Request Paid Service or Hire Developer :
@
Post Requirement
What happens next?
Expert developers will send you job proposal and you chat with them and pick a developer for your work.

Start now & get a expert developer for your work in quick time.
Are you a developer looking for work, then you may apply for available jobs here: Jobs Feed
Looking for something? Start a fresh search

Sponsored Links

Add Your Link Here for FREE

Freewebhost You Get Reliable, Scalable And Free Web Hosting. Get 24/7 Security Monitoring, Hassle-free Setup And 99.9% Uptime When You Host Your Website.

Free Hosting Sites You Get Reliable, Scalable And Free Web Hosting. Get 24/7 Security Monitoring, Hassle-free Setup And 99.9% Uptime When You Host Your Website.

Download Free Source Code sign up to piecex and download free source code for java, html, css, android, & python. all..

Build Shopify Website A Built-in, Global Audience. Build And Sell Apps And Themes That Customize And Extend Shopify's capabilities For Millions Of Merchants Around The World..

Add Your Link Here for FREE

FeaturedWordPress PluginsWordPress ThemesPHP ScriptMobile APPDigital MarketingWordpress

Looking for something? Start a fresh search

Recent Comments
  • Karm Katm · commented on item: University v2.1.4.0 - Education, Event and Course Theme
    Monday 24th June 2024

    "
    https://www91.zippyshare.com/v/SeHNoHFd/file.html
    http://ul.to/8tsfwgit
    https://www.upload.ee/files/11374693/university2140.rar.html
    https://upload.ac/dos2wg3logc4
    https://ulozto.net/file/6eIhXF9UTIPe/university2140-rar
    https://sandup.co/l9mmxu4l9lhm.html
    https://novafile.com/t8jfg10r244f
    https://myfile.is/jbWfF3k8o2
    https://mirrorace.com/m/4jELd
    https://megaupload.is/dcW7Fek3o3
    https://dropapk.to/rlhgrpqsakpx
    http://dl.free.fr/cMVmxeOSr
    https://ddl.to/9lhij7vvrely
    https://bayfiles.com/xdV3F6k9oa
    https://anonfile.com/3fV2Fek5oa
    https://1fichier.com/?kmysxpehmnk8oz4c31lg "

  • Isse Abdikarim Shaiye · commented on item: Essential Grid WordPress Plugin v3.0.0
    Wednesday 03rd July 2024

    " it doesn't work after i did import demo "

  • Afi Tope · commented on item: Element Pack v7.6.1 - Addon for Elementor Page Builder
    Thursday 06th June 2024

    " NULLIFIED, meaning license requirements have been removed.
    https://workupload.com/file/daSZgVa2zwG
    https://userscloud.com/p9qj72zte4w5
    https://www.upload.ee/files/15918308/elementpack-761.rar.html
    https://pixeldrain.com/u/kJpdA9MV
    https://nippyspace.com/v/7654e1
    https://www.mirrored.to/files/TKVATUYI/elementpack-761.rar_links
    https://mirrorace.org/m/5Vr0V
    https://krakenfiles.com/view/C9eYJWyTmP/file.html
    https://hxfile.co/ba9idfnwlrdn
    https://gofile.io/d/eXcjby
    https://desiupload.co/0i6lq6055y4n
    https://ddownload.com/tn0qfkp5ylmn
    https://dbree.me/v/1e697e
    https://1fichier.com/?udydafw22i4xokbppgq5 "

  • Sitesh Biswal · commented on item: Taqyeem - WordPress Review Plugin v2.2.5
    Wednesday 29th May 2024

    " NULLIFIED, meaning license requirements have been removed.
    https://www110.zippyshare.com/v/eBNElIVD/file.html
    http://userscloud.com/y8zrgio4htyu
    http://ul.to/ous8wwmg
    http://uploadboy.me/p3p6f71y940v/taqyeem-225.rar.html
    https://www.sendspace.com/file/e392tp
    https://sendit.cloud/pb3y2tqydil1
    https://oload.stream/f/QbHl2FzvwOo/taqyeem-225.rar
    https://www.mirrored.to/files/1M6EY0A5/taqyeem-225.rar_links
    http://www.mediafire.com/?1w27yklyg2r3vcw
    https://www.file-upload.com/0tubc4t9bh46
    https://www.datafilehost.com/d/6ed7b62b
    https://dailyuploads.net/htqvv09qz6po
    http://cloudyfiles.com/09duj1e3j1fo "

  • Balai Das · commented on item: RISE v2.3 - Ultimate Project Manager - nulled
    Saturday 29th June 2024

    " dear admin, thanks for the update do you have also a nulled release ? without it blocks partial the admin cp of wordpress "You are using Hide My WP plugin with either empty or invalid Purchase code. Please enter your purchase code or deactivate the plugin." thanks "

  • Rajesh · commented on item: Justitia v1.0.2 - Multiskin Lawyer & Legal Adviser WordPress Theme
    Sunday 23rd June 2024

    "
    https://www35.zippyshare.com/v/uCWPPzTF/file.html
    http://ul.to/sgebxec8
    http://uploadboy.me/5fa7r4p9yyx3/justitia102.rar.html
    https://www.upload.ee/files/10895310/justitia102.rar.html
    https://upload.ac/cs9vsi2h710w
    https://ulozto.net/file/bvh73ef3HDsJ/justitia102-rar
    https://sandup.co/gcrk7q8zkmqv/justitia102.rar.html
    https://novafile.com/tccu58t0trh8
    https://myfile.is/h4EdQ5I4nd
    https://mirrorace.com/m/2Wd7x
    https://megaupload.is/3dDcQ4I1nd
    https://dropapk.to/srdrikbvfi56
    http://dl.free.fr/n0SuhPf9Z
    https://ddl.to/h30f635owvn9
    https://bayfiles.com/n4E1QcIcne
    https://anonfile.com/p7E4Q9I0n0
    https://1fichier.com/?55mej7jepaaw0vllu0om "

  • ganesh rv · commented on item:
    Tuesday 09th July 2024

    " not nulled "