File size: 553 Bytes
cdd0177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cookie:
  expiry_days: 30
  key: some_signature_key
  name: some_cookie_name
credentials:
  usernames:
    jsmith:
      email: [email protected]
      failed_login_attempts: 1
      logged_in: false
      name: John Smith
      password: $2b$12$s2mQzQ48FgmiSAMOoCzdouAkPQHsedGRez3YzENiXg1GbfSVgh9.S
    rbriggs:
      email: [email protected]
      failed_login_attempts: 0
      logged_in: false
      name: Rebecca Briggs
      password: $2b$12$2dsnPNiOaHWTitR2cml/u.Uc8SS0Akwte8YUbGnpQvaPGuyVgEcce
    
pre-authorized:
  emails:
  - [email protected]