Giter Site home page Giter Site logo

passless's People

Contributors

darkghosthunter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

passless's Issues

Using Passless with RegistrationController

Sorry to leave a question as an issue. If there’s a better way to ask please tell me.

Could you suggest how I might use same Passless emailed token immediately after registration in RegistrationController instead of automatically logging the user in?

I thought that the ->login call in the register function would make use of the new driver, but it seems to bypass it.

Any sample code or explanation appreciated πŸ‘πŸ‘πŸ‘

L5.8

Add to instruction

Hi,
for less experienced coders i suggest to add instruction that in order for this to function you need to override validateLogin function so it doesn't expect password. In your instruction it says only delete password field from login.blade.php

Add to LoginController.php

use Illuminate\Http\Request;

public function validateLogin(Request $request)
 {
     $this->validate($request, [
         'email' => 'required|email|exists:users',]);

 }

Dude - where's your website?

@DarkGhostHunter Thanks for your work on this. It looks like a well thought out implementation for passwordless auth. I'm going to plug it in to a site I'm working on now and check it out.

FYI: Your website http://italobc.com linked in github is not responding. Do you have another website address or could you send me your contact info? I may have some coding / project / work for you, in the near future, if you are interested?

Thanks,

Robert

Creating login links for non users

Hi,

I have a scenario where i have a list of emails and i want to generate login link for each email and send this link be email. Once person click the link I want new user to be created in Laravel and signed in (skip registration step).
is where a way to call passless function like passless::createLoginLink('[email protected]') ???

Unable to publish config with 'vendor:publish'

Laravel 5.8.28
Passless 2.0.1
PHP 7.2.18

When I run php artisan vendor:publish --provider=DarkGhostHunter\Passless\PasslessServiceProvider I get the message "Publishing complete" but no file is created/copied into my config dir.

I've attempted to clear cache, and dump autoload, and I'm told that:
Discovered Package: darkghosthunter/passless.

Please let me know if I can test anything and provide more info. Thanks!

Config file does not get published, and 'passless.notification' config is ignored.

Framework: Laravel 5.8
PHP: 7.3.3

It is as the title suggests. When I run php artisan vendor:publish --provider="DarkGhostHunter\Passless\PasslessServiceProvider" with v2.0.0, the config file does not get copied.

In addition, when I manually copied the contents of /config/passless.php to my project, the passless.notification config is being ignored. The default DarkGhostHunter\Passless\LoginNotification is used, regardless of what I put in the config file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.