Skip to content

Commit 0f4c697

Browse files
authored
Merge branch 'master' into cctech-added-email-username-to-ssodata
2 parents 415a9f8 + 7145b54 commit 0f4c697

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plugin SDK for Java
22

3-
If you are developing your own plugin for your Staffbase app we describe the authentication flow of a plugin at https://developers.staffbase.com/api/plugin-sso/. While this documentation just covers the conceptual ideas of the interface of plugins though – the so called Plugin SSO – we want to provide a library to help you develop your first plugin for Staffbase even faster. This SDK provides the basic functionality to parse and verify a provided token for Java.
3+
If you are developing your own plugin for your Staffbase app we describe the authentication flow of a plugin at https://developers.staffbase.com/guide/customplugin-overview/. While this documentation just covers the conceptual ideas of the interface of plugins though – the so called Plugin SSO – we want to provide a library to help you develop your first plugin for Staffbase even faster. This SDK provides the basic functionality to parse and verify a provided token for Java.
44

55
## Installation
66

@@ -79,6 +79,6 @@ To run the tests a simple `# mvn test` command in the root directory will suffic
7979

8080
## License
8181

82-
Copyright 2020 Staffbase GmbH.
82+
Copyright 2017-2021 Staffbase GmbH.
8383

8484
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)