bristol-su / portal-auth
Authentication for Portal SDK based software
Requires
- php: ^8.0
- ext-json: *
- bristol-su/support: ^5.0.0
- doctrine/dbal: ^2.10
- laravel/framework: ^8.0
- laravel/passport: ^10.1
- laravel/socialite: ^5.1
- linkeys/signed-url: ^3.0
Requires (Dev)
- brianium/paratest: ^6.0
- orchestra/testbench: ^6.0
- orchestra/testbench-dusk: ^6.9
- phpspec/prophecy-phpunit: ^2.0.1
- phpstan/phpstan: ^0.12.3
This package is auto-updated.
Last update: 2024-10-19 18:40:46 UTC
README
Portal Authentication
Quick authentication scaffolding for applications using the portal sdk
Explore the docs »
View Portal
·
portal-authrt Bug
·
Request Feature
Table of Contents
About The Project
Sets up logins for applications using the portal sdk.
- Log in through a UI
- Reset your password
- Email Verification
- Password confirmation pages
- Social Login
- API Authentication
Getting Started
Usually, you will want to use the portal package. If you're building an integration with the portal, run the following command to install.
composer require bristol-su/support
See our developer docs for more information.
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, be inspired, and create. Any contributions you make are greatly appreciated.
- Create an issue to notify us of your planned changes
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request to the Development Branch
See CONTRIBUTING
for more information.
License
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Contact
Toby Twigger - toby.twigger@bristol.ac.uk
Project Link: https://github.com/bristol-su/support