Skip to content

Commit 7145b54

Browse files
Merge pull request #29 from Staffbase/NFS-1239-Update-Link
Link in documentation updated.
2 parents 7cb9a74 + 6958585 commit 7145b54

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 2017 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)