Commit Graph

52 Commits

Author SHA1 Message Date
1c88d31dc2
🔥 Removed memory client repository
All checks were successful
/ docker (push) Successful in 1m43s
2024-05-15 17:01:33 +05:00
0139711f23
Refactored client use case test 2024-05-08 16:27:49 +05:00
7d0635c87a
♻️ Used domain IsEqual method for ClientID instead plain strings
All checks were successful
/ docker (push) Successful in 1m17s
2024-05-08 16:10:19 +05:00
dc7746a6c0
Refactored client HTTP delivery test 2024-05-08 16:09:25 +05:00
9048d0f77c
🧑‍💻 Created dummy and stub repository and use case for client 2024-05-08 15:10:23 +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
b85f97ecac
🚚 Moved and split template files 2024-05-06 17:38:12 +05: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
5f30a94fdb
🐛 Fixed error messages on self-client callback page 2023-08-06 06:42:23 +06:00
d02a35c897
✏️ Fixed linter name typo 2023-08-05 09:27:38 +06:00
5ad227700b
👽 Resolve ClientID hostname, ignore localhost fetching 2023-08-05 08:52:26 +06:00
98576889a2
🎨 Format of the source code 2023-08-05 08:50:16 +06:00
ec83828a1e
🎨 Format of the source code 2023-07-07 05:11:53 +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
e0d9212678
🎨 Format GolangCI-Lint comments 2022-12-26 22:06:17 +06:00
fcc2a9aa0f
🗃️ Check loopback hostnames in HTTP client repository 2022-07-29 01:24:56 +05:00
61f1324c27
🗃️ Check loopback hostnames in memory client repository 2022-07-29 01:24:38 +05:00
e61c79136b
🐛 Fixed loopback and real ClientID hostnames 2022-07-29 01:24:33 +05:00
ae615df8c8
🧪 Added failing test 2022-07-29 01:24:26 +05:00
80937fbb8d
🎨 Improved enum domains representations 2022-07-28 23:07:37 +05:00
150963c690
🐛 Make error and error_description query optional in callback request
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-10 14:22:59 +05:00
f97d0ba272
🚚 Renamed util package to httputil 2022-06-10 01:22:28 +05:00
3266fb1e57
🎨 Replaced TODO context to Background 2022-06-10 01:22:24 +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
2cd0b7ff31
🎨 Format auth http delivery tests 2022-02-25 20:36:40 +05:00
e463a437ee
🧑‍💻 Parse error_code in client callback request 2022-02-08 00:11:28 +05:00
5b90405d40
🚨 Removed linter warnings 2022-02-02 03:01:52 +05:00
3f565cb6b3
♻️ Added dependencies helper in delivery layer tests 2022-02-02 02:22:23 +05:00
d5448c3766
Removed require dependency 2022-02-02 00:17:22 +05:00
39f4bfd714
Removed assert/require from some tests 2022-02-02 00:03:08 +05:00
59d4c4988a
🚨 Removed linter warnings 2022-02-01 22:27:48 +05:00
5848f98d95
♻️ Simplify error usage in client package 2022-01-30 00:49:28 +05:00
f6174c67e0
🚚 Renamed NewURL to ParseURL 2022-01-29 19:57:54 +05:00
60da2ac25e
♻️ Refactored client support and handler rendering 2022-01-14 01:49:08 +05:00
c9a76ddbd6
🚚 Renamed project from oauth to indieauth 2022-01-04 22:39:19 +05:00
4a7d6cc4b5
Added HTTP delivery for client package 2021-12-30 02:12:47 +05:00
32e9618730
♻️ Refactored client package 2021-12-30 02:01:40 +05:00
83b9f56a4f
🎨 Little format client and token code 2021-10-05 11:54:36 +05:00
8f7dec0fb0
🎨 Format testing utils 2021-10-05 00:46:54 +05:00
3034cae45e
Improved HTTP testingby TestServe util 2021-10-01 03:24:40 +05:00
1a905931db
🏗️ Renamed model to domain, added testing helpers 2021-09-30 01:35:39 +05:00
46d2e17d29
🚨 Removed linter warnings for client package 2021-09-25 16:00:19 +05:00
bd20bbc55d
👔 Created client use cases 2021-09-24 04:06:22 +05:00