Commit Graph

73 Commits

Author SHA1 Message Date
2b97bde091
🏷️ Added some helpers for profile domain 2022-02-25 20:30:08 +05:00
3e9bd5df18
🔥 Removed profile field from token domain 2022-02-25 20:29:48 +05:00
0cecea8d13
🎨 Little code formatting 2022-02-18 02:53:39 +05:00
b5c29dd553
♻️ Improved profile token claims support 2022-02-18 02:47:13 +05:00
1480f58cac
🎨 Format session logic code 2022-02-18 00:13:45 +05:00
6d5e90b852
🏷️ Added custom JSON (un)marshler for Email domain 2022-02-18 00:10:41 +05:00
f5888c3056
🐛 Allow empty CodeChallengeMethod parsing 2022-02-18 00:10:16 +05:00
bdd633bc8d
👽 Format and update exist domains due InideAuth spec changes 2022-02-17 20:12:34 +05:00
7069f63a72
🏷️ Added extra claims support for Token domain 2022-02-17 20:11:27 +05:00
329540dec4
🏷️ Improved Profile domain usage 2022-02-17 19:58:13 +05:00
2e791a74f6
🏷️ Added App domain for fetched client metadata 2022-02-16 19:59:09 +05:00
6a1e281ebb
🎨 Format of the exist code before refactoring 2022-02-16 01:07:39 +05:00
e494526389
🎨 Renamed me field in Me domain to id 2022-02-08 15:17:03 +05:00
8eaf349796
Allow error_code unmarshling 2022-02-08 00:10:16 +05:00
d2ff43d4a3
🔒 Fixed Validate method of CodeChallengeMethod domain 2022-02-03 02:16:44 +05:00
3e65b2864c
🧪 Added CodeChallengeMethod test with IndieLogin data 2022-02-03 02:15:29 +05:00
86080d57cc
🎨 Little format of the code 2022-02-02 22:52:52 +05:00
f1245f334f
♻️ Replaces xerrors to errors package 2022-02-01 23:38:08 +05:00
59d4c4988a
🚨 Removed linter warnings 2022-02-01 22:27:48 +05:00
7680845f74
🛂 Used config credentials for BasicAuth middleware 2022-01-31 21:17:19 +05:00
6e765670a7
🚚 Moved metadata struct from util to domain 2022-01-31 20:00:28 +05:00
cda8fe433d
Added domain tests 2022-01-30 22:49:25 +05:00
878aee22a2
♻️ Use internal error for ResponseType domain error 2022-01-30 01:47:05 +05:00
b60aab7be5
♻️ Improved custom error creation 2022-01-30 00:30:57 +05:00
14f4d7d2ef
🎨 Format domain package code 2022-01-29 22:50:45 +05:00
f6174c67e0
🚚 Renamed NewURL to ParseURL 2022-01-29 19:57:54 +05:00
7ce8335212
🚚 Renamed NewMe to ParseMe 2022-01-29 19:54:37 +05:00
c31d47d5ae
🚚 Renamed NewClientID to ParseClientID 2022-01-29 19:45:49 +05:00
2cc1fa02e7
🚚 Renamed NewEmail to ParseEmail 2022-01-29 19:43:00 +05:00
7cb23125c8
♻️ Improved Error usage 2022-01-29 19:33:50 +05:00
4ce47440aa
♻️ Updated Me domain usage
* Updated TestMe for use custom url as in TestURL
* Use Me as Ticket Subject
2022-01-29 19:30:39 +05:00
70e6b7612a
Disable UnmarshalForm test for Scopes domain 2022-01-14 01:59:10 +05:00
4127eca29d
🎨 Format code of domains 2022-01-12 23:04:40 +05:00
dd5484b7d7
🏷️ Refactored Email domain 2022-01-09 01:09:00 +05:00
e2f33be718
🎨 Format domains code 2022-01-08 15:53:58 +05:00
1d14c7a347
🏷️ Added Session domain 2022-01-08 15:52:55 +05:00
3965895e01
🏷️ Refactored Config domain 2022-01-08 15:52:24 +05:00
832a0be91a
🏷️ Added MarshalJSON for Scopes domain 2022-01-08 15:50:49 +05:00
a8ba34b905
🎨 Format CodeChallengeMethod tests 2022-01-08 15:49:38 +05:00
2094363c11
🏷️ Added CalidateRedirectURI method for Client domain 2022-01-08 15:49:02 +05:00
38c3039ba7
♻️ Refactored Code validation into CodeChallengeMethod 2022-01-08 15:30:13 +05:00
bf7be3c4fa
♻️ Use TestURL in other test domains 2022-01-05 14:55:48 +05:00
c9a76ddbd6
🚚 Renamed project from oauth to indieauth 2022-01-04 22:39:19 +05:00
bfbb15ea57
🏷️ Added Action domain 2021-12-30 05:42:54 +05:00
143bc65d3b
♻️ Refactored ticket package 2021-12-30 05:42:28 +05:00
20b517fdb7
🏷️ Improved exists domains 2021-12-30 01:08:30 +05:00
9a1bbd4c2c
🏷️ Added User domain 2021-12-30 01:08:03 +05:00
bf8e0b0e86
🏷️ Added Ticket domain 2021-12-30 01:07:23 +05:00
42e7565c10
🏷️ Added custom URL domain 2021-12-30 01:06:54 +05:00
23d658e902
♻️ Refactored config domain 2021-12-28 05:23:29 +05:00