Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Summary: An overview of how Samvera applications authorize users to see content and perform actions.

Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

Quickstart

Samvera uses cancancan to do authorization of many actions.

...

Code Block
languageruby
    def admin?
      user_groups.include? 'librarians'
    end

Additional Technical Documentation

https://github.com/samvera/hyrax/wiki/Making-Admin-Users-in-Hyrax

Legacy

In-depth tutorials and explanations of the structure

Potential for Refactoring

Notes, links and ideas

...