Skip to content

Commit

Permalink
identity: implement config file and http redirect (#6)
Browse files Browse the repository at this point in the history
* identity: implement config file and http redirect

* reworked to not include http redirect server

* implemented cache dir detection

* finished implementing tls

* fixed cargo deny
  • Loading branch information
TheButlah authored Oct 5, 2024
1 parent a21b61a commit a1eaff0
Show file tree
Hide file tree
Showing 9 changed files with 1,116 additions and 103 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@

*.swp
.DS_Store

# For local development
.direnv
.envrc
my_config.toml

# SQLite
*.db


Loading

0 comments on commit a1eaff0

Please sign in to comment.