kotlin-oauth2-server
Flexible OAuth2 server library. Support for multiple frameworks
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- maven.yml
- http4k.md
- javalin.md
- ktor.md
- sparkjava.md
- ClientConfiguration.kt
- InMemoryClient.kt
- pom.xml
- Authenticator.kt
- Credentials.kt
- IdentityScopeVerifier.kt
- AuthorizedGrantType.kt
- Client.kt
- ClientService.kt
- CallRouterBuilder.kt
- Configuration.kt
- ConfigurationBuilder.kt
- InvalidClientException.kt
- InvalidGrantException.kt
- InvalidIdentityException.kt
- InvalidRequestException.kt
- InvalidScopeException.kt
- NoRoutesFoundException.kt
- OauthException.kt
- OauthExceptionUtil.kt
- CallRouterAuthorize.kt
- CallRouterDefault.kt
- CallRouterRedirect.kt
- CallRouterRefresh.kt
- GrantBuilder.kt
- Granter.kt
- GrantingCall.kt
- Identity.kt
- IdentityService.kt
- TokenInfo.kt
- BasicAuth.kt
- BasicAuthenticator.kt
- CallContextBasicAuthenticator.kt
- AuthorizationCodeRequest.kt
- CallContext.kt
- CallContextHeader.kt
- ClientCredentialsRequest.kt
- ClientRequest.kt
- PasswordGrantRequest.kt
- RedirectAuthorizationCodeRequest.kt
- RedirectTokenRequest.kt
- RefreshTokenRequest.kt
- AccessTokenResponder.kt
- DefaultAccessTokenResponder.kt
- RedirectRouter.kt
- RedirectRouterResponse.kt
- ScopeParser.kt
- AccessTokenConverter.kt
- CodeTokenConverter.kt
- Converters.kt
- RefreshTokenConverter.kt
- UUIDAccessTokenConverter.kt
- UUIDCodeTokenConverter.kt
- UUIDRefreshTokenConverter.kt
- AccessToken.kt
- CodeToken.kt
- ExpirableToken.kt
- RefreshToken.kt
- TokenStore.kt
- CallRouter.kt
- BasicAuthenticatorTest.kt
- ScopeParserTest.kt
- AuthorizationCodeGrantTokenServiceTest.kt
- ClientCredentialsTokenServiceTest.kt
- PasswordGrantTokenServiceTest.kt
- RefreshTokenGrantTokenServiceTest.kt
- pom.xml
- HexagonCallContext.kt
- Oauth2Server.kt
- HexagonIntegrationTest.kt
- pom.xml
- Http4kCallContext.kt
- ResponseBuilder.kt
- Oauth2Server.kt
- Http4kIntegrationTest.kt
- pom.xml
- IdentityConfiguration.kt
- InMemoryIdentity.kt
- pom.xml
- BaseIntegrationTest.kt
- pom.xml
- JavalinCallContext.kt
- Oauth2Server.kt
- JavalinIntegrationTest.kt
- pom.xml
- JsonMapper.kt
- pom.xml
- DefaultJwtBuilder.kt
- JwtAccessTokenConverter.kt
- JwtBuilder.kt
- JwtRefreshTokenConverter.kt
- pom.xml
- KtorConfiguration.kt
- KtorCallContext.kt
- Oauth2ServerFeature.kt
- KtorIntegrationTest.kt
- pom.xml
- SparkjavaCallContext.kt
- Oauth2Server.kt
- SparkjavaIntegrationTest.kt
- pom.xml
- InMemoryTokenStore.kt
- pom.xml
- .gitignore
- Jenkinsfile
- LICENSE
- pom.xml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/myndocs/kotlin-oauth2-server
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd kotlin-oauth2-server
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Maven (Java)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java 프로젝트를 빌드/실행하려면 필요합니다.
- Maven mvn 명령어를 쓰기 위한 빌드 도구입니다.
cd oauth2-server-client-inmemory
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
mvn clean install
Maven으로 의존성 설치와 빌드를 진행합니다.
BUILD SUCCESS 메시지가 뜨면 성공입니다. target/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
