Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkverse/laravel-passwordless
Testing Passwordless Authentication Built with Laravel Jetstream.
https://github.com/thinkverse/laravel-passwordless
alpinejs jetstream laravel livewire passwordless passwordless-authentication tailwindcss
Last synced: 1 day ago
JSON representation
Testing Passwordless Authentication Built with Laravel Jetstream.
- Host: GitHub
- URL: https://github.com/thinkverse/laravel-passwordless
- Owner: thinkverse
- License: mit
- Created: 2020-11-22T18:42:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T19:19:16.000Z (about 4 years ago)
- Last Synced: 2024-11-23T01:08:26.106Z (2 months ago)
- Topics: alpinejs, jetstream, laravel, livewire, passwordless, passwordless-authentication, tailwindcss
- Language: PHP
- Homepage: https://talltips.novate.co.uk/laravel/passwordless-login
- Size: 358 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About Laravel Passwordless
This is a demo project implementing _Password-less_ authentication with [Laravel Jetstream], based on a blog post named "[Password-less Login with Laravel 8]" written by [Mark Snape].
## License
The Laravel framework is open-sourced software licensed under the [MIT license].
This project falls under the same license.[Laravel Jetstream]: https://jetstream.laravel.com/
[mit license]: https://opensource.org/licenses/MIT
[password-less login with laravel 8]: https://talltips.novate.co.uk/laravel/passwordless-login
[mark snape]: https://github.com/snapey