|
| 1 | +# Passkey |
| 2 | + |
| 3 | +This is a plugin for the Movable Type. |
| 4 | +This plugin provides the Passkey authentication for the Movable Type. |
| 5 | + |
| 6 | +## Installation |
| 7 | + |
| 8 | +1. Download an archive file from [releases](https://github.com/movabletype/mt-plugin-Passkey/releases). |
| 9 | +1. Unpack an archive file. |
| 10 | +1. Upload unpacked files to the MT `plugins` directory. |
| 11 | + |
| 12 | +Should look like this when installed: |
| 13 | + |
| 14 | + $MT_HOME/ |
| 15 | + plugins/ |
| 16 | + Passkey/ |
| 17 | + mt-static/ |
| 18 | + plugins/ |
| 19 | + Passkey/ |
| 20 | + tools/ |
| 21 | + Passkey/ |
| 22 | + |
| 23 | +## Requirements |
| 24 | + |
| 25 | +* Movable Type 7 |
| 26 | +* Movable Type 8 |
| 27 | + |
| 28 | +## LICENSE |
| 29 | + |
| 30 | + |
| 31 | +Copyright (c) 2023 Taku AMANO |
| 32 | + |
| 33 | +Permission is hereby granted, free of charge, to any person obtaining |
| 34 | +a copy of this software and associated documentation files (the |
| 35 | +'Software'), to deal in the Software without restriction, including |
| 36 | +without limitation the rights to use, copy, modify, merge, publish, |
| 37 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 38 | +permit persons to whom the Software is furnished to do so, subject to |
| 39 | +the following conditions: |
| 40 | + |
| 41 | +The above copyright notice and this permission notice shall be |
| 42 | +included in all copies or substantial portions of the Software. |
| 43 | + |
| 44 | +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, |
| 45 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 46 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 47 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 48 | +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 49 | +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 50 | +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
0 commit comments