Zihlu Wang
a5e85533b5
refactor(simple-jwt): Changed the implementation of constructors.
2023-08-03 20:23:36 +08:00
Zihlu Wang
58d7d076ca
feat(simple-jwt): Added WeakSecretException.
2023-08-03 20:23:12 +08:00
Zihlu Wang
3340ce4bb8
style(simple-jwt): Optimised imports and removed the type parameter of bean jtiCreator
2023-08-03 19:00:07 +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
7c1082ca71
style(guid): The constructor parameters order of SnowflakeGuidCreator has been adjusted.
...
BREAKING CHANGE: Original order: long startEpoch, long workerId, long
dataCentreId
New order: long workerId, long dataCentreId, long
startEpoch
2023-08-01 19:02:28 +08:00
Zihlu Wang
1370ed4e77
build(devkit-utils): Renamed module dev-utils to devkit-utils
2023-07-31 23:45:58 +08:00
Zihlu Wang
ea191b39fb
docs(global): Created README file for each module
2023-07-31 23:43:24 +08:00
Zihlu Wang
1d4d95ecaf
feat: Make AutoConfiguration available
2023-07-31 22:53:45 +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
373fbf9083
docs: Fix there is only one <p> tag between 2 paragraphs.
2023-07-31 20:40:14 +08:00
Zihlu Wang
2fef4ab711
feat: add automatic configuration to Simple JWT module
2023-07-31 20:24:04 +08:00
Zihlu Wang
9f15987898
build: Due to the internet problems in China, use USTC as proxy for maven central
2023-07-31 20:22:32 +08:00
Zihlu Wang
fc0f3e2289
docs: removed jjwt and created module 'simple-jwt-spring-boot-starter'
2023-07-31 20:21:16 +08:00
Zihlu Wang
fb4e3db86f
feat: update project info
...
Updated the parent to org.sonatype.oss:oss-parent:9.
Updated the project
inception year to 2023.
Updated the organization to "CodeCrafters".
2023-07-31 20:20:12 +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
948521cb4c
feat(simple-jwt-authzero): finished authzero implementation
2023-07-30 22:47:17 +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
6c90c69129
build(global): added dependencies
...
added dependencies com.auth0:java-jwt and io.jsonwebtoken:jjwt for jwt
implementation
2023-07-30 02:37:26 +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
89837f78f3
docs(global): optimised docs
2023-07-30 00:34:35 +08:00
Zihlu Wang
c8400a3deb
docs(devkit-core): optimised docs
2023-07-30 00:17:12 +08:00
Zihlu Wang
a2f2313142
feat(simple-jwt-facade): finished the design of simple-jwt-facade
2023-07-29 23:57:54 +08:00
Zihlu Wang
f1ac3c21f3
docs(devkit-core): added package-info
2023-07-29 23:56:31 +08:00
Zihlu Wang
b7d4cf6c1e
refactor(global): make package name standardization
2023-07-29 23:18:56 +08:00
Zihlu Wang
da6fdccb88
feat(devkit-core): added MapUtil
2023-07-29 22:56:53 +08:00
Zihlu Wang
b9347c7a29
feat(devkit-core): added HashUtil
2023-07-29 22:56:42 +08:00
Zihlu Wang
bc53d23ebe
feat(devkit-core): added ChainedCalcUtil
2023-07-29 22:56:35 +08:00
Zihlu Wang
84426ae452
feat(devkit-core): added BranchUtil
...
BranchUtil reduces if...else... code blocks by using lambda expressions.
2023-07-29 22:56:11 +08:00
Zihlu Wang
caaf2eb74e
feat(devkit-core): added Base64Util
...
Base64Util can encode any string to Base64 string or decode any Base64
string.
2023-07-29 22:55:12 +08:00
Zihlu Wang
6566304a39
feat(devkit-core): added NotImplementedException
2023-07-29 22:52:26 +08:00
Zihlu Wang
d8b9aee039
feat(global): added logback configuration
2023-07-29 22:50:18 +08:00
Zihlu Wang
ee666bd3b9
build(devkit-core): created module devkit-core
2023-07-29 22:49:48 +08:00
Zihlu Wang
8e174d3716
docs: added readme
2023-07-29 10:40:33 +08:00
Zihlu Wang
cdd4c7ad4d
docs: optimised javadoc
2023-07-29 07:41:20 +08:00
Zihlu Wang
291d64321f
docs: removed useless quote mark from copyright
2023-07-29 07:40:49 +08:00
Zihlu Wang
cac1a44e8c
docs: added LICENSE
2023-07-28 19:45:48 +08:00
Zihlu Wang
dcf53593ad
style(guid): removed useless quote mark
2023-07-28 19:44:44 +08:00
Zihlu Wang
41544f231a
feat(guid): added facade guid creator and snowflake guid generator
2023-07-28 19:32:46 +08:00
Zihlu Wang
44de3bcf69
build: create repository
2023-07-28 19:01:44 +08:00