https://github.com/vlingo/xoom-auth
The VLINGO XOOM platform SDK authentication and authorization service. This can be used by XOOM platform components and also might be suitable for hosted platform services and applications.
https://github.com/vlingo/xoom-auth
actor-model actors auth authentication authorization jvm jvm-languages reactive-programming
Last synced: 9 months ago
JSON representation
The VLINGO XOOM platform SDK authentication and authorization service. This can be used by XOOM platform components and also might be suitable for hosted platform services and applications.
- Host: GitHub
- URL: https://github.com/vlingo/xoom-auth
- Owner: vlingo
- License: mpl-2.0
- Created: 2018-04-14T03:23:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T22:26:16.000Z (about 2 years ago)
- Last Synced: 2025-05-07T00:07:33.316Z (9 months ago)
- Topics: actor-model, actors, auth, authentication, authorization, jvm, jvm-languages, reactive-programming
- Language: Java
- Homepage:
- Size: 8.42 MB
- Stars: 14
- Watchers: 8
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# xoom-auth
[](http://javadoc.io/doc/io.vlingo.xoom/xoom-auth) [](https://github.com/vlingo/xoom-auth/actions?query=workflow%3ABuild) [](https://search.maven.org/artifact/io.vlingo.xoom/xoom-auth) [](https://gitter.im/vlingo-platform-java/community)
The VLINGO XOOM platform SDK authentication and authorization service. This can be used by XOOM platform components and also might be suitable for hosted platform services and applications.
Docs: https://docs.vlingo.io/xoom-auth
### Installation
```xml
io.vlingo.xoom
xoom-auth
1.11.1
compile
```
```gradle
dependencies {
compile 'io.vlingo.xoom:xoom-auth:1.11.1'
}
```
License (See LICENSE file for full license)
-------------------------------------------
Copyright © 2012-2023 VLINGO LABS. All rights reserved.
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL
was not distributed with this file, You can obtain
one at https://mozilla.org/MPL/2.0/.