| License |
License |
|---|---|
| Categories |
CategoriesSecurity |
| GroupId | GroupIdorg.wso2.msf4j |
| ArtifactId | ArtifactIdbasicauth-security |
| Last Version | Last Version2.8.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSample: Securing microservices in MSF4J using OAuth2
Demostrates how to secure microservices in WSO2 MSF4J
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| basicauth-security-2.8.4.pom | |
| basicauth-security-2.8.4.jar | 14 MB |
| basicauth-security-2.8.4-sources.jar | 4 KB |
| basicauth-security-2.8.4-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j/basicauth-security/ -->
<dependency>
<groupId>org.wso2.msf4j</groupId>
<artifactId>basicauth-security</artifactId>
<version>2.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j/basicauth-security/
implementation 'org.wso2.msf4j:basicauth-security:2.8.4'
// https://jarcasting.com/artifacts/org.wso2.msf4j/basicauth-security/
implementation ("org.wso2.msf4j:basicauth-security:2.8.4")
'org.wso2.msf4j:basicauth-security:jar:2.8.4'
<dependency org="org.wso2.msf4j" name="basicauth-security" rev="2.8.4">
<artifact name="basicauth-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j', module='basicauth-security', version='2.8.4')
)
libraryDependencies += "org.wso2.msf4j" % "basicauth-security" % "2.8.4"
[org.wso2.msf4j/basicauth-security "2.8.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.wso2.msf4j : msf4j-core | jar | 2.8.4 |