-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
396 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
## Reporting a Vulnerability | ||
|
||
- Please report security vulnerabilitys thru email at: <[email protected]>. | ||
- Please report security vulnerabilitys in email at: <[email protected]> | ||
|
||
## Release cycle | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Authme | ||
|
||
- Simple cross platform two-factor authentication app for desktop. | ||
- Available on: [Windows x64](github.com/Levminer/authme/releases/latest), [Linux x64](github.com/Levminer/authme/releases/latest), [Mac x64 (Alpha)](https://nightly.link/Levminer/authme/workflows/mac-artifacts/dev/authme-latest-mac-x64-installer-portable.zip) | ||
- Available on: [Windows x64](https://github.com/Levminer/authme/releases/latest), [Linux x64](https://github.com/Levminer/authme/releases/latest), [Mac x64 (Alpha)](https://nightly.link/Levminer/authme/workflows/mac-artifacts/dev/authme-latest-mac-x64-installer-portable.zip) | ||
|
||
<img src="https://raw.githubusercontent.com/Levminer/authme/main/img/screenshot.png?raw=true"> | ||
|
||
|
@@ -26,7 +26,7 @@ | |
|
||
## Authme Web | ||
|
||
- Authme is now available as a web app. It's a PWA app to, so you can install it on your Android or IOS phone! | ||
- Authme is now available as a web app. It's a PWA app to, so you can install it on your Android or IOS phone. | ||
- Try it out and give feedback: [Authme Web](https://github.com/levminer/authme-web) | ||
|
||
## Release cycle | ||
|
@@ -42,5 +42,4 @@ | |
## License | ||
|
||
- This software is licensed under: [GPL-3.0](https://github.com/Levminer/authme/blob/main/LICENSE.md) | ||
|
||
- If you are planning to use this software as a business please contact me at: <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<meta charset="UTF-8" /> | ||
<title>Authme</title> | ||
<!-- css --> | ||
<link rel="stylesheet" href="../.././src/dragonfly@1.3.0.css" /> | ||
<link rel="stylesheet" href="../.././src/dragonfly@1.4.0.css" /> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="./src/css/index.css" /> | ||
<!-- js --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,7 @@ | |
<!-- js --> | ||
<script defer src="./src/js/index.js"></script> | ||
<!-- css --> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="../.././src/var.css" /> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="./src/css/index.css" /> | ||
<!-- favicon --> | ||
<link rel="shortcut icon" href="../../img/icon.ico" type="image/x-icon" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,11 @@ | |
<meta charset="UTF-8" /> | ||
<title>Authme</title> | ||
<!-- js --> | ||
<script defer src="../.././src/[email protected]"></script> | ||
<script defer src="./src/js/convert.js"></script> | ||
<script defer src="./src/js/index.js"></script> | ||
<script defer src="./src/js/export.js"></script> | ||
<!-- css --> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="../.././src/var.css" /> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="./src/css/index.css" /> | ||
<!-- favicon --> | ||
<link rel="shortcut icon" href="../../img/icon.ico" type="image/x-icon" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,7 @@ | |
<!-- js --> | ||
<script defer src="./src/js/index.js"></script> | ||
<!-- css --> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="../.././src/var.css" /> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="./src/css/index.css" /> | ||
<!-- favicon --> | ||
<link rel="shortcut icon" href="../../img/icon.ico" type="image/x-icon" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,7 @@ | |
<script defer src="./src/js/index.js"></script> | ||
<script defer src="./src/js/keys.js"></script> | ||
<!-- css --> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="../.././src/var.css" /> | ||
<link rel="stylesheet" href="../.././src/[email protected]" /> | ||
<link rel="stylesheet" href="./src/css/index.css" /> | ||
<!-- favicon --> | ||
<link rel="shortcut icon" href="../../img/icon.ico" type="image/x-icon" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,5 @@ h1 { | |
top: -150px; | ||
width: 500px; | ||
height: 550px; | ||
background: rgb(20, 20, 20); | ||
background: rgb(10, 10, 10); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.