mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Removed utils in favor of common utils
This commit is contained in:
parent
2be7c3123f
commit
1e5982763f
9 changed files with 51 additions and 119 deletions
|
|
@ -2,13 +2,14 @@ package opaal
|
|||
|
||||
import (
|
||||
"davidallendj/opaal/internal/oidc"
|
||||
"davidallendj/opaal/internal/util"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"net/http"
|
||||
"reflect"
|
||||
"time"
|
||||
|
||||
"github.com/davidallendj/go-utils/util"
|
||||
)
|
||||
|
||||
func Login(config *Config) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue