Skip to content

@tyravel/auth-oauth

OAuth2 authorization server for Tyravel

Install

bash
npm install @tyravel/auth-oauth

Metadata

FieldValue
Version1.0.1
Sourcepackages/auth-oauth
CategoryPlatform services
Node.js>=26

Tyravel dependencies

Public exports

From the package entry point (dist/index.d.ts). Deep imports are not supported.

Values

  • OAuthAccessTokenRepository
  • OAuthAuthorizationCodeRepository
  • OAuthClientRepository
  • OAuthRefreshTokenRepository
  • OAuthServer
  • OAuthServerException
  • OAuthServerServiceProvider
  • createOAuth2AuthMiddleware
  • createOAuthRepositories
  • invalidClient
  • invalidGrant
  • invalidRequest
  • unauthorizedClient
  • unsupportedGrant

Types

  • AuthorizationRequest
  • CreateOAuthClientInput
  • CreatedOAuthClient
  • OAuthClientRecord
  • OAuthGrantType
  • OAuthServerConfig
  • OAuthTokenResponse
  • OAuthTokenSigningConfig
  • ResolvedOAuthAccessToken
  • TokenRequest

Released under the MIT License.