Commit graph

114 commits

Author SHA1 Message Date
David J. Allen
745fc5910a
Changed the meaning of OPAAL in README.md 2024-03-21 08:51:15 -06:00
David J. Allen
5173701fa0
Made changes to get client credentials grant working 2024-03-20 16:52:08 -06:00
David J. Allen
e67bc3e010
Changed cilent ctor to initialize string slices 2024-03-19 15:02:21 -06:00
David J. Allen
fddcc8d6af
Fixed issue with scope not being added to token 2024-03-19 15:01:47 -06:00
David J. Allen
6b2218efbd
Removed extra debug print 2024-03-19 14:59:41 -06:00
David J. Allen
a667307654
Refactored token options 2024-03-19 14:58:58 -06:00
David J. Allen
084a49d09f
Updated login CLI flags 2024-03-19 14:58:10 -06:00
d0f8c9087d
Added token refresh flag 2024-03-19 11:21:05 -06:00
aecfa30e2c
Changed argument name 2024-03-19 11:19:31 -06:00
2b8c921cc0
Fixed spacing in CSS 2024-03-19 11:19:00 -06:00
a55a40d700
Commented out services in docker compose not being used 2024-03-18 20:45:22 -06:00
David J. Allen
c25e3e2e1e
Added more to refresh token flow implementation 2024-03-18 16:03:37 -06:00
David J. Allen
555d172ba6
Updated dependencies 2024-03-18 16:02:59 -06:00
16ec8fc422
Added refresh token flow 2024-03-18 11:05:13 -06:00
6938037a3c
Update README.md 2024-03-18 11:02:56 -06:00
56ea3290a6
Removed unused code, wrapped verbose prints, and added error page template 2024-03-13 00:40:02 -06:00
35cf37836d
Changed button styling 2024-03-13 00:39:00 -06:00
9014e5548e
Updated go.sum 2024-03-13 00:37:55 -06:00
c534f50a03
Updated style for pages 2024-03-13 00:37:35 -06:00
706000a53d
Added static styles.css page 2024-03-13 00:37:10 -06:00
David Allen
7d24ee0e10
Merge pull request #5 from davidallendj/refactoring
Major refactor and reoganization
2024-03-11 19:02:25 -06:00
de6d375619
Changed sending access token in header instead of body 2024-03-11 16:07:58 -06:00
d0fd0d8714
Added debug prints for access token target 2024-03-11 16:04:39 -06:00
0b9c1a74d0
Added target query param to login endpoint 2024-03-11 14:32:10 -06:00
3caf2b89d2
Changed how login command works slightly 2024-03-10 20:21:38 -06:00
f6bf8a8960
More refactoring and code restructure 2024-03-10 20:20:53 -06:00
45e8cd7f15
Modified HTML pages 2024-03-10 20:19:48 -06:00
6d63211d35
Major refactoring and code restructure 2024-03-10 20:19:29 -06:00
72adbe1f0d
Updated dependencies 2024-03-10 20:16:47 -06:00
9bdca024a6
Moved ctor functions with config to separate file 2024-03-10 20:16:03 -06:00
fa090dbf5b
Added cache files 2024-03-10 20:15:19 -06:00
8b5d9ab6dd
Updated README.md 2024-03-10 20:14:38 -06:00
d72fa3bda5
Updated README.md 2024-03-05 21:20:30 -07:00
56e3f2244d
Removed more unnecessary files 2024-03-05 21:13:23 -07:00
1231be1c91
Removed unnecessary files 2024-03-05 21:08:11 -07:00
4fd8a68a00
Updated 2024-03-05 21:07:24 -07:00
David Allen
0888a64a3c
Merge pull request #4 from davidallendj/dev
Complete implementation of authorization code flow
2024-03-05 20:54:54 -07:00
d910e98f72
Reworked flow to consume ID token and to use own JWT 2024-03-05 20:49:26 -07:00
dc195afc61
Changed replace text in HTML to use gonja template 2024-03-05 20:47:02 -07:00
64f75345cd
Minor changes 2024-03-05 20:46:17 -07:00
53de1ca726
Added flag to forward ID token 2024-03-05 20:45:15 -07:00
cfba9e4bd0
Updated example config 2024-03-05 20:44:33 -07:00
d2c5ec8dfc
Updated .gitignore 2024-03-05 20:43:33 -07:00
1e2242bad1
Fixed issue with JWKS fetching 2024-03-05 20:42:58 -07:00
082c891ac4
Added necessary dependency for SQLite 2024-03-05 20:42:10 -07:00
98521f0b04
Added stratgies.access_token to Hydra config 2024-03-05 20:41:32 -07:00
3d3678e9d9
Updated index.html 2024-03-05 20:39:51 -07:00
3d273fb056
Updated .gitignore 2024-03-05 20:39:32 -07:00
3b5fea2299
Updated dependencies 2024-03-05 20:38:58 -07:00
4bca62ec2f
Refactor and added ability to use include multiple providers in config 2024-03-03 18:23:35 -07:00