Commit Graph

109 Commits

Author SHA1 Message Date
c35fe67be9
🧑‍💻 Created Must utility 2024-05-15 16:45:11 +05:00
6ffdc532ec
Skip ClientID domain tests in bad network environment 2024-05-15 14:32:09 +05:00
9bccf748be
:warning_light: Fixed Scopes parsing error prefix 2024-05-07 00:44:38 +05:00
21a84d9809
🚚 Moved variuos utils into util package 2024-05-07 00:42:52 +05:00
b0c51e1a25
🚚 Moved Scope and Action enums into separated packages 2024-05-06 21:23:11 +05:00
71c8373eb4
🚚 Moved code challenge method into separated package 2024-05-06 20:58:14 +05:00
cba81b5ac4
♻️ Replaced new domains in used parts 2024-05-06 20:45:19 +05:00
392f98c925
🚚 Moved ResponseType into separated response package 2024-05-06 18:24:25 +05:00
70d6163099
🚚 Moved GrantType into separated grant package 2024-05-06 18:24:04 +05:00
62bc20e243
🎨 Format some domains 2024-05-06 18:05:17 +05:00
803999f201
🐛 Fixed optional code_challenge_method parameter parsing 2023-12-06 00:33:50 +06:00
fa2216a318
✏️ Fixed typo in error message 2023-12-06 00:27:57 +06:00
d3e2ec81e4
📝 Format ResponseType domain comments 2023-11-23 16:45:22 +06:00
ed78b50f4e
♻️ Simplify httputil package utils usage 2023-08-07 09:07:55 +06:00
d6c89a8d00
🔥 Removed TicketAuth for now 2023-08-07 09:05:22 +06:00
b5a91b48ae
🔥 Removed unused App domain 2023-08-07 04:55:01 +06:00
0b69823912
🐛 Fixed Scopes domain parsing 2023-08-06 05:59:06 +06:00
5ad227700b
👽 Resolve ClientID hostname, ignore localhost fetching 2023-08-05 08:52:26 +06:00
741f7000d8
🔥 Fuck Twitter provider integration 2023-08-05 08:51:17 +06:00
ec83828a1e
🎨 Format of the source code 2023-07-07 05:11:53 +06:00
0585d51f66
🎨 Format source code, rearrange structs fields 2023-03-16 21:30:00 +06:00
c42bef9895
🔧 Removed StaticURLPrefix config 2023-01-16 16:33:37 +06:00
fb93202373
🎨 Replaced empty interfaces to any 2023-01-16 16:29:40 +06:00
ddc73036a8
🔧 Enable pprof by default for now 2023-01-16 16:12:24 +06:00
b67c386ce7
🔧 Replaced viper config to environment variables
due 12factor, see: https://12factor.net/config
2023-01-16 15:24:31 +06:00
c7bd73c63a
♻️ Drop HTTP delivery framework
replaced 'valyala/fasthttp' to native 'net/http' package, close #4
2023-01-16 06:43:07 +06:00
0bb155ebbd
:replaced: Used url.URL instead domain.URL in domains 2023-01-02 07:44:15 +06:00
2af2a432b0
♻️ Refactored ClientID domain contents, translated fasthttp.URI to url.URL 2023-01-02 06:32:13 +06:00
c287f65eef
🚚 Split scope.go on scope.go and scopes.go 2022-12-26 22:23:57 +06:00
e0d9212678
🎨 Format GolangCI-Lint comments 2022-12-26 22:06:17 +06:00
e61c79136b
🐛 Fixed loopback and real ClientID hostnames 2022-07-29 01:24:33 +05:00
80937fbb8d
🎨 Improved enum domains representations 2022-07-28 23:07:37 +05:00
39fa484a65
♻️ Refactoring due dependencies upgrade 2022-06-10 01:22:19 +05:00
5d311b5c8d
🚨 Fixed linters warnings 2022-03-25 23:07:52 +05:00
3b0ebb3690
🚚 Renamed module due project migration
Some checks failed
continuous-integration/drone Build is failing
2022-03-13 15:58:34 +05:00
86f3b3d581
🏷️ Added undelete micropub scope 2022-03-07 23:30:16 +05:00
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