Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authenticators #76

Merged
merged 3 commits into from Mar 28, 2020
Merged

Authenticators #76

merged 3 commits into from Mar 28, 2020

Conversation

davidhsianturi
Copy link
Owner

This PR adds an authenticator provider to automatically provide the credentials of users that can be used to perform auth requests through the UI.

an authenticator works with the Laravel authentication guard driver to identify the information of users.
Currently, Compass ships with a simple based Token guard driver and Laravel Sanctum guard driver; however, writing custom drivers is simple and you are free to extend Compass Authenticator with your own guard implementations.

@davidhsianturi davidhsianturi merged commit 3abf2ce into master Mar 28, 2020
@davidhsianturi davidhsianturi deleted the authenticators branch March 28, 2020 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant