Skip to content

Instantly share code, notes, and snippets.

View Milhouse's full-sized avatar

Donald Parish Milhouse

  • The Buckle
  • Kearney, NE
  • 11:57 (UTC -05:00)
  • X @Milhouse
View GitHub Profile
ADMIN_REALM = "Admin Realm"
USERS_REALM = "Users Realm"
REALM_USERS = {
ADMIN_REALM => {
"dhh" => "as",
"don" => "ap"},
USERS_REALM => {
"dhh" => "us",
"don" => "up"}