Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.03 KB

README.md

File metadata and controls

52 lines (35 loc) · 2.03 KB
License

English | 简体中文

You can use the Authing Java SDK to quickly integrate authentication capabilities for new or existing Back End applications.

📚 Documentation

To check out documentation, please refers to docs.

This SDK is built upon Authing Management API(v3) and Authing Authentication API(v3), for older version, please refers to older version docs.

📦 Install

  <dependency>
      <groupId>cn.authing</groupId>
      <artifactId>authing-java-sdk</artifactId>
      <version>3.1.5</version>
  </dependency>

❓ Questions

For questions and support please use the official forum. The issue list of this repo is exclusively for bug reports and feature requests.

🤝 Contribution

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push -u origin my-new-feature)
  • Create new Pull Request

Thank you to all the people who already contributed to Java SDK !

Contributing to Authing Open Source Repos

🎁 License

MIT

Copyright (c) 2019 Authing