-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from gcochard/fido2-rebase
Add Fido2 support
- Loading branch information
Showing
8 changed files
with
300 additions
and
207 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
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,6 +1,6 @@ | ||
"""Alohomora helper module""" | ||
|
||
# Copyright 2020 Viasat, Inc. | ||
# Copyright 2022 Viasat, Inc. | ||
|
||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
|
@@ -14,19 +14,12 @@ | |
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
from __future__ import print_function | ||
|
||
import sys | ||
|
||
try: | ||
input = raw_input | ||
except NameError: | ||
pass | ||
|
||
__version__ = '2.4.0' | ||
__author__ = 'Stephan Kemper' | ||
__version__ = '3.0.0' | ||
__author__ = 'Viasat' | ||
__author_email__ = '[email protected]' | ||
__license__ = '(c) 2020 Viasat, Inc. See the LICENSE file for more details.' | ||
__license__ = '(c) 2022 Viasat, Inc. See the LICENSE file for more details.' | ||
__url__ = 'https://github.com/Viasat/alohomora' | ||
__description__ = 'Get AWS API keys for a SAML-federated identity' | ||
|
||
|
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
Oops, something went wrong.