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 : 461

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

Comments :
  • Suddesh T
    Sunday 05th May 2024

    " https://www22.zippyshare.com/v/rFjNcJxu/file.html
    https://workupload.com/file/9Lw4hjNmVkt
    https://www.mirrored.to/files/1JBTWCDL/vanguard-70.rar_links
    https://mirrorace.org/m/3PKbm
    https://krakenfiles.com/view/C9TisDqJo5/file.html
    https://hxfile.co/jbd6xk7njpca
    https://gofile.io/d/ksDGsW
    https://www.fireload.com/bcd1adbe1e6785cc/vanguard-70.rar
    https://www.europeup.com/2fqkd4e0zmgi
    https://drop.download/8xt0dxm4q0md
    https://dl1.desiupload.to/0e44b7c5kngk
    https://ddownload.com/r5femcmr868y
    https://dbree.org/v/f5d80b
    https://bayfiles.com/T7u7b5O8y1
    https://anonfiles.com/K4ufb8Ocy1
    https://1fichier.com/?8r8smh9j3tmxpv1qji8v
    "

Leave A Comment :

Create free account to post comment/re upload request/active server link. Guests are not allowed to comment.

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

Sponsored Links

Add Your Link Here for FREE

Fantasy Cricket Game - Official Version 2024 Don't Miss Your Chance To Check Out Our Offer. Find Out All The Details. Top-Notch Service Assurance. Hugely Popular. Get Details Here. Hot Pick. Fan Favorite. Nonstop Service. Launch Now..

Shopify Dev Theme 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..

India only at Bored Game Company bored game company is the best place to buy code-ayana in india. learn & play: this is the best educational game that helps.

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

Add Your Link Here for FREE

Related Job Posts

Post A Job & Hire Developer

ARM pseudo code and cache simulator Java,C++ Programming,C Programming,Algorithm,Software Architecture.

PHP Developer for Web Application Development PHP,MySQL,HTML,Website Design,Software Architecture.

Serene Handpan Drum Music Video Music,Video Services,Audio Services,Audio Production,Video Production.

Crypto website design Design,HTML5,CSS3.

Modern Restaurant Sketch Design Graphic Design,Interior Design,Illustration,3D Modelling,3D Rendering.

Post A Job & Hire Developer

Recent Comments
  • amin kotadia · commented on item: PHP CRUD Generator
    Sunday 05th May 2024

    " https://workupload.com/file/hTeSbthkDrJ
    https://www.upload.ee/files/15363931/phpcrudgen-231nulled.rar.html
    https://pixeldrain.com/u/mTnMCg88
    https://www.mirrored.to/files/A8Y68ACN/phpcrudgen-231nulled.rar_links
    https://mirrorace.org/m/4y0DS
    https://krakenfiles.com/view/tUfjnEIR6Q/file.html
    https://hxfile.co/nh6ywbd0lkv1
    https://gofile.io/d/ykUBlX
    https://desiupload.co/f9z7hmufnqt0
    https://ddownload.com/76sh72zwygxq
    https://dbree.me/v/164930
    https://bayfiles.com/mcQcQ1x5z9
    https://anonfiles.com/ofQ6Q1xez6
    https://1fichier.com/?olrfzn1znb5uhxmrjeyc
    "

  • Anup · commented on item: PressFly - Monetized Articles System - nulled - download
    Sunday 05th May 2024

    " https://www57.zippyshare.com/v/rd35glxj/file.html https://workupload.com/file/TFNrQxVp2xD https://www.mirrored.to/files/VIP8ELCN/pressfly-320nulled.rar_links https://mirrorace.org/m/1O7wi https://krakenfiles.com/view/zeLd4daKng/file.html https://gofile.io/d/nwvI4i https://www.fireload.com/58e49fc47bd83bf2/pressfly-320nulled.rar https://www.europeup.com/ymj6de86hiy7 https://drop.download/h56c1enuytlw https://dl1.desiupload.to/7p7o0fdiej9y https://ddownload.com/rbpje9vfrg3k https://dbre "

  • Sanjeev Sisodiya · commented on item: Next Hour - Movie Tv Show & Video Subscription Portal Cms Web and Mobile App
    Sunday 05th May 2024

    " https://workupload.com/file/VEmddRf7Xp8
    https://userscloud.com/dkmolyjhau22
    https://www.upload.ee/files/15852534/nexthour-56nulled.rar.html
    https://pixeldrain.com/u/6tnZhPLb
    https://nippyspace.com/v/734c0c
    https://www.mirrored.to/files/MFZONL1N/nexthour-56nulled.rar_links
    https://mirrorace.org/m/4zj16
    https://krakenfiles.com/view/mpUfUSpq3H/file.html
    https://hxfile.co/xzoz0m96p9p7
    https://gofile.io/d/4xDDHN
    https://desiupload.co/hrv2409kkrzc
    https://ddownload.com/y45bwqhxs4b5
    https://1fichier.com/?doauua5f0f8fir4w8h1o
    "

  • Zakirhusen Pinjari · commented on item: Zoom Meeting for ZiscoERP
    Sunday 05th May 2024

    " https://workupload.com/file/QhXc2kaMmjB
    https://www.upload.ee/files/15346074/zoomziscoerp-101.rar.html
    https://pixeldrain.com/u/Cg1bh4pH
    https://www.mirrored.to/files/0OBPO8RZ/zoomziscoerp-101.rar_links
    https://mirrorace.org/m/2w492
    https://krakenfiles.com/view/SNRnGxEpp6/file.html
    https://hxfile.co/skdrcip7xywk
    https://gofile.io/d/iu1Fio
    https://drop.download/i3e6ev1fwfip
    https://desiupload.co/8yf0zg33uxb4
    https://ddownload.com/gekhpjnfy9x2
    https://dbree.me/v/442673
    https://bayfiles.com/i5j4i0x9z7
    https://anonfiles.com/j6jfi5x3z8
    https://1fichier.com/?wlgb78ezg9b3ltlpaq4s
    "

  • Jayant · commented on item: WhatsBox v2.0 - The WhatsApp Marketing - Bulk Sender, Chat, Bots, SaaS
    Sunday 12th May 2024

    " NULLIFIED, meaning license requirements have been removed.
    https://workupload.com/file/YpNQPTQmevx
    https://www.upload.ee/files/16335508/whatsbox-20.rar.html
    https://qiwi.gg/file/iRNN0369-whatsbox-20
    https://pixeldrain.com/u/x8R3NWjv
    https://www.mirrored.to/files/0YRKVWP6/whatsbox-20.rar_links
    https://mirrorace.org/m/8EBqk
    https://krakenfiles.com/view/KxjAb72A65/file.html
    https://hxfile.co/olq3rz721g8q
    https://gofile.io/d/ZU1mUX
    https://ddownload.com/5cr0cl42y0q7
    https://dbree.me/v/14565e
    https://1fichier.com/?yry1jy03oq36bc6g1gnj "

  • Madan Lal · commented on item: Blood Bank App With Admin Panel & Material Design v3.3.1
    Sunday 05th May 2024

    " https://workupload.com/file/pPeLPd4TWDH
    https://userscloud.com/ace4l46b27p9
    https://www.upload.ee/files/15749295/bloodbank-330.rar.html
    https://pixeldrain.com/u/HAyErd4w
    https://oneupload.to/lydrxfrz90bl
    https://www.mirrored.to/files/0PUO5VF6/bloodbank-330.rar_links
    https://mirrorace.org/m/3T7hb
    https://hxfile.co/z7gfos5cjf68
    https://gofile.io/d/QiRmSy
    https://drop.download/h3slmun318gr
    https://desiupload.co/9whfbnd0safo
    https://ddownload.com/g9bbte8c9d5y
    https://dbree.me/v/66518f
    https://1fichier.com/?8008xwjbmwp5jteodlpl
    "

  • " https://workupload.com/file/x9PFYBdhasF
    https://www.upload.ee/files/16320750/glover-1740.rar.html
    https://qiwi.gg/file/i3Wx4901-glover-1740
    https://pixeldrain.com/u/RS4fq8TE
    https://www.mirrored.to/files/5ZVZQTQB/glover-1740.rar_links
    https://mirrorace.org/m/7YBe9
    https://krakenfiles.com/view/IM6s3EMHKx/file.html
    https://hxfile.co/7saht16osc17
    https://gofile.io/d/bWDAQQ
    https://ddownload.com/fwo318cyna0p
    https://1fichier.com/?pnalzydgo6jb923u0uzj
    "