Auth Module
1.0.0
1.0.0
  • README
  • docs
    • providers
      • GitHub
      • Google
      • Auth0
      • Laravel Passport
      • Facebook
    • Auth Module
    • Migration Guide
    • guide
      • Middleware
      • Providers
      • Setup
      • Schemes
    • recipes
      • Extending Auth plugin
    • api
      • API
      • options
      • storage
      • auth
    • schemes
      • Local
      • Oauth2
    • glossary
  • .github
    • ISSUE_TEMPLATE
  • CHANGELOG
Powered by GitBook
On this page
  • Scheme
  • Strategy
  • Provider
  1. docs

glossary

PreviousOauth2Next.github

Last updated 5 years ago

Scheme

Schemes define authentication logic.

Read more in section.

Strategy

Strategy is a configurated instance of Scheme.

Read more in section.

Provider

Provider auto-configures schemes.

Read more in section.

Schemes and Strategies
Schemes and Strategies
Providers