Skip to content

Commit 4dedef5

Browse files
authored
Merge pull request #47 from GovTechSG/development
Release v2.1
2 parents 37406bf + bb6f7d2 commit 4dedef5

File tree

4 files changed

+6
-19
lines changed

4 files changed

+6
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
### V2.1
4+
5+
- Release for APEX 2
6+
37
### V2.0.0-SNAPSHOT
48

59
- Library to use authParam

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -166,23 +166,6 @@ Authorization: Apex_l1_eg realm="https://XYZ.api.gov.sg/abc/def", apex_l1_eg_app
166166

167167
### Parameters
168168

169-
#### realm
170-
This is an identifier for the caller. Any value can be used here.
171-
172-
**Note:** This is currently handled by the library
173-
174-
#### authPrefix
175-
176-
Authorization Header scheme prefix. There are 4 possible values for this
177-
depending on the zone and the authentication method.
178-
179-
1. Apex_l1_ig
180-
2. Apex_l1_eg
181-
3. Apex_l2_ig
182-
4. Apex_l2_eg
183-
184-
**Note:** This is currently handled by the library
185-
186169
#### httpMethod
187170

188171
The HTTP method, i.e. `GET`, `POST`, etc.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77

8-
version '2.0.0-SNAPSHOT'
8+
version '2.1.0'
99

1010
tasks.withType(JavaCompile) {
1111
options.encoding = "UTF-8"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.api.util</groupId>
44
<artifactId>ApiSecurity</artifactId>
5-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.1.0</version>
66
<build>
77
<plugins>
88
<plugin>

0 commit comments

Comments
 (0)