-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (19 loc) · 852 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
_____ ___ _ _______ _ _ _ _____ ___ ____
|_ _/ _ \| |/ / ____| \ | | / \|_ _/ _ \| _ \
| || | | | ' /| _| | \| | / _ \ | || | | | |_) |
| || |_| | . \| |___| |\ |/ ___ \| || |_| | _ <
|_| \___/|_|\_\_____|_| \_/_/ \_\_| \___/|_| \_\
This Rails application is a One-Time Password generator, on the web. It serves the same functionality as Google Authenticator.
You can see it live at https://tokenator.herokuapp.com/
### License
This code is provided as is and licensed under the MIT License.
Copyright (c) 2013-2020 by Ylan Segal
# Local Development
This projects assumes the use of `asdf` for managing `postgres` and node versions,
and that `.ruby-version` will be respected
```
$ git clone ...
$ heroku git:remote -a tokenator
# create and a config/database.yml file
$ cp config/database{_sample,}.yml
```