-
Notifications
You must be signed in to change notification settings - Fork 0
/
develop.html
37 lines (35 loc) · 1.52 KB
/
develop.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: default
title: pGina
pageid: Develop
---
<h4><span>Developers</span></h4>
<div class="contentarea">
<p>
The pGina plugin API allows for any number of plugins written in managed code
to be loaded and used. Read our <a href="docs/">documentation</a> and join the
<a href="support.html">mailing lists</a> or IRC to ask questions and get help in
creating your own plugin, or making changes to pGina itself.
You can also use the <a href="https://github.com/pgina/pgina/tree/master/Plugins">
out of box</a> plugin source code, and pGina code as reference.
</p>
<p>
If you have developed a plugin, and would like it included out of the box, you must
license it under the same license as pGina, and you must get your plugin source included
in the pGina tree. Emailing the developer list is the best way to do this.
</p>
<p>
If you have developed a plugin, and would like us to link to it so that others
can find and use it, email <a href="mailto:[email protected]">[email protected]</a> with a
link and short description today.
</p>
</div>
<h4><span>GINA and Credential Provider Development</span></h4>
<div class="contentarea">
<p>
While pGina is not the only implementation of a custom GINA and Credential Provider available,
it is one of the few that is open source, and backed by over 10 years of developer
experience. Discussion of related topics are welcome on the pgina-devel <a href="support.html">
mailing list</a>.
</p>
</div>