-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
h.kheirollahpour
committed
Dec 17, 2023
1 parent
f8f5f5f
commit 72df0c3
Showing
13 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tgenerationapp/ExampleInstrumentedTest.kt → ...wtgeneratorapp/ExampleInstrumentedTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
.../com/hkh/jwtgenerationapp/MainActivity.kt → ...a/com/hkh/jwtgeneratorapp/MainActivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...om/hkh/jwtgenerationapp/jwt/Base64Util.kt → ...com/hkh/jwtgeneratorapp/jwt/Base64Util.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...h/jwtgenerationapp/jwt/ClaimsGenerator.kt → ...kh/jwtgeneratorapp/jwt/ClaimsGenerator.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.hkh.jwtgenerationapp.jwt | ||
package com.hkh.jwtgeneratorapp.jwt | ||
|
||
object ClaimsGenerator { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...com/hkh/jwtgenerationapp/jwt/Constants.kt → .../com/hkh/jwtgeneratorapp/jwt/Constants.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.hkh.jwtgenerationapp.jwt | ||
package com.hkh.jwtgeneratorapp.jwt | ||
|
||
object Constants { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../jwtgenerationapp/jwt/JwtHeaderBuilder.kt → ...h/jwtgeneratorapp/jwt/JwtHeaderBuilder.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.hkh.jwtgenerationapp.jwt | ||
package com.hkh.jwtgeneratorapp.jwt | ||
|
||
import org.json.JSONObject | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...jwtgenerationapp/jwt/JwtPayloadBuilder.kt → .../jwtgeneratorapp/jwt/JwtPayloadBuilder.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.hkh.jwtgenerationapp.jwt | ||
package com.hkh.jwtgeneratorapp.jwt | ||
|
||
import org.json.JSONObject | ||
|
||
|
8 changes: 4 additions & 4 deletions
8
...a/com/hkh/jwtgenerationapp/jwt/JwtUtil.kt → ...va/com/hkh/jwtgeneratorapp/jwt/JwtUtil.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...jwtgenerationapp/jwt/KeyGenerationUtil.kt → .../jwtgeneratorapp/jwt/KeyGenerationUtil.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ava/com/hkh/jwtgenerationapp/jwt/Utils.kt → ...java/com/hkh/jwtgeneratorapp/jwt/Utils.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...m/hkh/jwtgenerationapp/ExampleUnitTest.kt → ...om/hkh/jwtgeneratorapp/ExampleUnitTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.hkh.jwtgenerationapp | ||
package com.hkh.jwtgeneratorapp | ||
|
||
import org.junit.Test | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters