# Cogitate is a federated identity management system for managing:
#   * User identities through:
#     * Group membership
#     * Alternate authentication strategies (ORCID, email, etc.)
#     * Non-verifiable identities (Preferred Name, Scopus, etc.)
#     * Parroted identities (ask for the identity of a Kroger Card number, you'll get back a Kroger card number)
#   * User authentication through various providers
module Cogitate
  # Used as a namespace grab
  VERSION = '0.0.1'.freeze
end