Skip to content

authedia/Developers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Authedia Developers

Using the Authedia API in Go. You can find the documentation here

Example

package main

import "Developers/authedia"

func main() {

    your_api_key := "..."

    authedia.Wrap(
        your_api_key,
        "example_media/PNG.png",
        "test.png",
    )

    response := authedia.Verify(
        your_api_key,
        "test.png",
    )

}

About

API request tool for developers integrating Authedia into their platforms

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors