Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

zalando-stups/stups-spring-oauth2-support

Repository files navigation

Spring-OAuth2 STUPS Support

Build Status codecov.io

Try Initializer

###Latest Release-Notes

Check the Release-Notes for the latest release here.

###Dependencies

Maven Central

When implementing clients with Spring you can use the following:

    <dependency>
        <groupId>org.zalando.stups</groupId>
        <artifactId>stups-spring-oauth2-client</artifactId>
        <version>${version}</version>
    </dependency>

For OAuth2 on the server use this one:

    <dependency>
        <groupId>org.zalando.stups</groupId>
        <artifactId>stups-spring-oauth2-server</artifactId>
        <version>${version}</version>
    </dependency>

Usage

Client:

Server:

License

Copyright © 2015 Zalando SE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.