starchart/db/db-core
Aravinth Manivannan e726f2234d
feat: use fixed value for an instance for DNS challenge
DESCRIPTION
    Randomly generated values for forge ownership verification through
    DNS TXT records was making development process complicated. Using
    starchart instance's hostname for the TXT record's value is secure
    enough for our use case.

    This patch gets rid of all the code necessary to implement random
    value challenges
2023-02-22 12:05:49 +05:30
..
src feat: use fixed value for an instance for DNS challenge 2023-02-22 12:05:49 +05:30
.gitignore feat: define core DB traits to store, check for existence and delete 2022-04-12 17:35:09 +05:30
Cargo.lock feat: define core DB traits to store, check for existence and delete 2022-04-12 17:35:09 +05:30
Cargo.toml feat: explicitly mention cargo entry points 2022-05-23 18:54:55 +05:30