Commit Graph

261 Commits

Author SHA1 Message Date
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
c8d58f46ca
🎨 Sorted metadata attributes 2024-05-06 17:39:14 +05:00
8d7a6df6dc
Use temporary dir from *testing.T in bolttest 2024-05-06 17:38:59 +05:00
b85f97ecac
🚚 Moved and split template files 2024-05-06 17:38:12 +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
4232743b00
🐛 Don't modify redirect_uri from request by pointer 2023-12-06 00:23:40 +06:00
d3e2ec81e4
📝 Format ResponseType domain comments 2023-11-23 16:45:22 +06:00
2e6989e9a3
Replaced external slog package onto native one 2023-11-02 00:33:42 +06:00
6baff22775
♻️ Refactored main entrypoint and http endpoints schema 2023-08-07 09:08:44 +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
3be568fc16
🎨 A little typo formatting 2023-08-06 16:05:56 +06:00
5f30a94fdb
🐛 Fixed error messages on self-client callback page 2023-08-06 06:42:23 +06:00
c828fa0683
👽 Removed scope fallback parsing due form package changes 2023-08-06 06:04:19 +06:00
0b69823912
🐛 Fixed Scopes domain parsing 2023-08-06 05:59:06 +06:00
ba25e69680
🐛 Parse 'scope[]' key from self-client request 2023-08-06 04:39:12 +06:00
b87660d78f
🐛 Fixed invalid CodeChallengeMethod parsing 2023-08-06 01:04:16 +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
741f7000d8
🔥 Fuck Twitter provider integration 2023-08-05 08:51:17 +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
c82e364a50
⚗️ Use future slog package for logfmt middleware 2023-07-05 18:12:49 +06:00
0585d51f66
🎨 Format source code, rearrange structs fields 2023-03-16 21:30:00 +06:00
bf3499084e
♻️ Refactored user HTTP delivery schema 2023-01-17 01:01:22 +06:00
cd236a6662
🐛 Fixed BasicAuth usage 2023-01-17 00:42:07 +06:00
009e9eb163
🐛 Fixed duplicating path join 2023-01-17 00:19:54 +06:00
1ff04b42bd
🎨 Format auth HTTP delivery schema 2023-01-16 16:37:27 +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
5f05cef767
🎨 Format metadata repository interface 2023-01-16 16:23:35 +06:00
f87435b797
🎨 Format metadata HTTP delivery schema 2023-01-16 16:23:20 +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
95cb5a2950
Created BasicAuth middleware 2023-01-11 20:48:34 +06:00
a99ba8b949
Created CSRF middleware 2023-01-11 20:48:17 +06:00
37d55b88bc
🎨 Format JWT middleware linter comments 2023-01-11 20:47:17 +06:00
d815e79c55
🏷️ Added more HTTP Headers constants 2023-01-11 20:46:46 +06:00
bf41a38014
♻️ Refactored user HTTP delivery layer 2023-01-02 08:31:31 +06:00
caf25386fd
Created JWT middleware 2023-01-02 08:30:55 +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
834af5d3cf
Added urlutil package with ShiftPath helper 2023-01-02 06:16:33 +06:00
f02bde306d
♻️ Refactored health endpoint 2023-01-02 06:11:47 +06:00
bb6beaba44
🏷️ Added ContentType header name constant 2023-01-02 06:11:17 +06:00