w

websight-authentication-token

Authentication Token is a module responsible for handling authentication tokes. Tokens are always persisted in CRX.
https://github.com/DS-WebSight/websight-authentication
GNU Affero General Public License v3.0
Dynamic Solutions sp. z o.o. sp. k.
Michal Cukierman
Files download
File Operation
websight-authentication-token-1.0.3.jar download
websight-authentication-token-1.0.3.pom download
websight-authentication-token-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.ds.websight</groupId>
  <artifactId>websight-authentication-token</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'pl.ds.websight:websight-authentication-token:1.0.3'
Gradle Kotlin
implementation("pl.ds.websight:websight-authentication-token:1.0.3")
Scala SBT
libraryDependencies += "pl.ds.websight" % "websight-authentication-token" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='pl.ds.websight', module='websight-authentication-token', version='1.0.3')
)
Apache Ivy
<dependency org="pl.ds.websight" name="websight-authentication-token" rev="1.0.3" />
Leiningen
[pl.ds.websight/websight-authentication-token "1.0.3"]
Apache Buildr
'pl.ds.websight:websight-authentication-token:jar:1.0.3'