Zihlu Wang
e1f2b937a9
build: Upgrade to 1.2.1
2024-01-05 01:44:47 +08:00
Zihlu Wang
66c2c4c8b7
build(global): Build the version 1.2.0.
2023-10-18 00:45:49 +08:00
Zihlu Wang
49f44fb2b7
docs(simple-jwt): Optimised Javadoc.
...
Closes #18
2023-10-18 00:40:46 +08:00
Zihlu Wang
c0aa871765
feat(simple-jwt): Added the feature to handle enumerated data using the base data type.
2023-10-18 00:32:03 +08:00
Zihlu Wang
d62d64c572
build: Added jackson for json processing.
2023-10-17 10:25:06 +08:00
Zihlu Wang
0f399dccf7
Merge branch 'dev/v1.2.0' into feat/renew-with-payload-in-old-token
2023-10-17 03:41:41 +08:00
Zihlu Wang
f95efc71c3
feat(global): Upgrade to v1.2.0-alpha
2023-10-17 03:40:05 +08:00
Zihlu Wang
a44ad68041
feat(simple-jwt): Added method to create new tokens using data from old ones and the default implementation for the methods that don't need a expireAfter.
2023-10-17 03:38:47 +08:00
Zihlu Wang
b2378df576
build(global): Changed version number.
2023-09-22 09:34:36 +08:00
Zihlu Wang
a670d9718b
doc(simple-jwt): Optimised Javadocs.
2023-09-20 10:27:49 +08:00
Zihlu Wang
1c3f6ac2ec
build(global): Upgrade to v1.1.0
...
Upgrade to v1.1.0 stable version, and the translation of SIMPLIFIED
CHINESE will be published before 26 Sept, 2023.
BREAKING CHANGE: The order of parametres in
initialising
SnowflakeGuidCreator, the original sequence is:
"workerId,
dataCentreId"; and the new sequence is "dataCentreId,
workerId"
2023-09-19 14:11:14 +08:00
Zihlu Wang
b3926d3f27
docs(simple-jwt): Added author to javadoc.
2023-09-19 11:52:40 +08:00
Zihlu Wang
f80c47e8ad
docs(global): Optimised javadoc, changed the spelling to British English.
2023-09-18 15:04:10 +08:00
Zihlu Wang
7b653edb3b
docs(global): Changed spelling with BrE.
2023-09-15 15:41:23 +08:00
Zihlu Wang
6549373e8d
docs(global): Optimised javadocs.
2023-09-15 15:36:25 +08:00
Zihlu Wang
baa91f626a
build(global): Upgrade to v1.1.0-beta
2023-09-15 10:11:39 +08:00
Zihlu Wang
07e7e2d4fa
build(global): Upgrade to v1.1.0-aloha1
2023-09-12 08:36:01 +08:00
Zihlu Wang
08a2cc9f6e
build(global): Upgrade to 1.1.0-alpha
2023-09-09 20:19:04 +08:00
Zihlu Wang
81ebb01cfe
build(global): Upgrade to 1.0.2
2023-08-31 16:37:01 +08:00
Zihlu Wang
020f7d3456
fix: Fixed the initialising order of bean jtiCreator and ~TokenResolver
2023-08-28 14:41:02 +08:00
Theodore Hills
fc0cc6f538
refactor(global): Upgrade to version 1.0.0.
2023-08-17 20:36:05 +08:00
zihluwang
628e4cd217
build: Changed version code to v1.0.0-RC
2023-08-13 01:32:57 +08:00
zihluwang
dc51ec00c3
build: Upgrade to 1.0.0-beta
2023-08-12 03:23:19 +08:00
Zihlu Wang
e7a4deb9b6
build(global): Build jar files, upload to github packages and maven central
2023-08-07 12:00:20 +08:00
Zihlu Wang
6557b65d8a
feat(simple-jwt-jjwt): Complete the implementation with io.jsonwebtoken:jjwt-api
2023-08-04 19:45:23 +08:00
Zihlu Wang
bad0fb048c
feat(simple-jwt): Create a random secret with specified requirements.
2023-08-04 00:35:40 +08:00
Zihlu Wang
58d7d076ca
feat(simple-jwt): Added WeakSecretException.
2023-08-03 20:23:12 +08:00
Zihlu Wang
14450b6489
style(simple-jwt): Upgraded method to get Algorithm declared in third-party implementation.
2023-08-03 18:59:11 +08:00
Zihlu Wang
c53124bb61
style(global): Added README for each module
2023-08-03 18:57:39 +08:00
Zihlu Wang
ea191b39fb
docs(global): Created README file for each module
2023-07-31 23:43:24 +08:00
Zihlu Wang
748e474a82
docs: Fix all docs from one <p> represents for a paragraph
2023-07-31 22:53:09 +08:00
Zihlu Wang
715ae6db3a
docs: Fix all docs from one <p> represents for a paragraph
2023-07-31 21:43:09 +08:00
Zihlu Wang
397405acca
build(simple-jwt): Optimized the module dependency tree.
2023-07-31 20:05:34 +08:00
Zihlu Wang
2ee7ed79f0
build(global): optimised dependency references
2023-07-30 22:50:09 +08:00
Zihlu Wang
bfc5d58896
feat(simple-jwt-facade): optimised design of the facade
...
added TokenAlgorithm enum; added annotation which to exclude some data
which is not proper to be displayed in a JSON Web Token
2023-07-30 22:46:47 +08:00
Zihlu Wang
65daccf478
docs(global): Improve documentation comments
...
Enriched the content of the documentation to ensure every package and
class has proper documentation comments; Modified the formatting for
consistent and neat presentation.
2023-07-30 02:27:05 +08:00
Zihlu Wang
a2f2313142
feat(simple-jwt-facade): finished the design of simple-jwt-facade
2023-07-29 23:57:54 +08:00