2017 © Pedro PelĂĄez
 

library security

Security extension for Nette Framework

image

nattreid/security

Security extension for Nette Framework

  • Tuesday, April 24, 2018
  • by attreid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 225 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 69 Versions
  • 3 % Grown

The README.md

Rozơíƙení Security pro Nette Framework

DatabĂĄzovĂ© ACL, uĆŸivatelĂ©, authentizace a autorizace, (*1)

NastavenĂ­

NastavenĂ­ v config.neon, (*2)

extensions:
    securityExt: NAttreid\Security\DI\SecurityExtension

dostupné nastavení, (*3)

securityExt:
    namespace: 'user'
    authenticator:
        front: App\FrontAuthenticator

A pƙidat do orm model. V pƙíkladu je extension orm pod názvem orm, (*4)

orm:
    add:
        - NAttreid\Security\Model\Orm

Authenticator

class FrontAuthenticator implements \NAttreid\Security\Authenticator\IAuthenticator {

    public function authenticate(array $credentials): Identity {
        // php code
    }

    public function getIdentity(int $userId): Identity {
        // php code
    }
}

TryUser

Komponenta pro dočasnou změnu identity uĆŸivatele, (*5)

V BasePresenteru pƙidejte komponentu, (*6)

    /** @inject */
    public $tryUserFactory;

    protected function startup()
    {
        parent::startup();
        $this['tryUser']->init();
    }

    protected function createComponentTryUser()
    {
        $control = $this->tryUserFactory->create(":Link:Nekam:");
        $control->permission = 'nazev.prav.pro.komponentu';
        return $control;
    }

The Versions

05/04 2017
23/03 2017
23/03 2017

1.4.6

1.4.6.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

14/03 2017

1.4.5

1.4.5.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

09/03 2017

1.4.4

1.4.4.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

09/03 2017

1.4.3

1.4.3.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

02/03 2017

1.4.2

1.4.2.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

01/03 2017

1.4.1

1.4.1.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

22/02 2017

1.4.0

1.4.0.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

27/01 2017

1.3.9

1.3.9.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

19/01 2017

1.3.8

1.3.8.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

18/01 2017

1.3.7

1.3.7.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

11/01 2017

1.3.6

1.3.6.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

06/12 2016

1.3.5

1.3.5.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

05/12 2016

1.3.4

1.3.4.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

05/12 2016

1.3.3

1.3.3.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

25/11 2016

1.3.2

1.3.2.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

25/11 2016

1.3.1

1.3.1.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

24/11 2016

1.3.0

1.3.0.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

01/11 2016

1.2.9

1.2.9.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

31/10 2016

1.2.8

1.2.8.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

25/10 2016

1.2.7

1.2.7.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

21/10 2016

1.2.6

1.2.6.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

19/10 2016

1.2.5

1.2.5.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

19/10 2016

1.2.4

1.2.4.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

19/10 2016

1.2.3

1.2.3.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

19/10 2016

1.2.2

1.2.2.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

19/10 2016

1.2.1

1.2.1.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

18/10 2016

1.2.0

1.2.0.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

14/10 2016

1.1.4

1.1.4.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

14/10 2016

1.1.3

1.1.3.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

06/10 2016

1.1.2

1.1.2.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/10 2016

1.1.1

1.1.1.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/10 2016

1.1.0

1.1.0.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/10 2016

1.0.17

1.0.17.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/10 2016

1.0.16

1.0.16.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/10 2016

1.0.15

1.0.15.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

27/09 2016

1.0.14

1.0.14.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

20/09 2016

1.0.13

1.0.13.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

20/09 2016

1.0.12

1.0.12.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

19/09 2016

1.0.11

1.0.11.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

19/09 2016

1.0.10

1.0.10.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

06/09 2016

1.0.9

1.0.9.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

30/08 2016

1.0.8.3

1.0.8.3

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

24/08 2016

1.0.8.2

1.0.8.2

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

15/08 2016

1.0.8.1

1.0.8.1

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

10/08 2016

1.0.8

1.0.8.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

10/08 2016

1.0.7.1

1.0.7.1

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

10/08 2016

1.0.7

1.0.7.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

04/08 2016

1.0.6

1.0.6.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

04/08 2016

1.0.5

1.0.5.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

04/08 2016

1.0.4

1.0.4.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/08 2016

1.0.3

1.0.3.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/08 2016

1.0.2

1.0.2.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/08 2016

1.0.1

1.0.1.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

03/08 2016

1.0.0

1.0.0.0

Security extension for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid