index
:
xlgmokha/api-auth0.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-18
update the callback url
main
mo khan
2022-05-18
add links
mo khan
2022-05-18
add policies and examples
mo khan
2022-05-18
use familiar paths
mo khan
2022-05-18
reload policies for each request
mo khan
2022-05-17
use wildcard subject for unauthenticated sessions
mo khan
2022-05-17
allow public access to wildcard routes
mo khan
2022-05-17
remove the gateway
mo khan
2022-05-17
use casbin to enforce authz
mo khan
2022-05-17
remove empty fixtures
mo khan
2022-05-17
add more fixtures
mo khan
2022-05-17
copy fixture data from ui app
mo khan
2022-05-17
allow everything
mo khan
2022-05-17
use default token extract to ensure a token is provided
mo khan
2022-05-17
add fixtures to reverse engineer ui api
mo khan
2022-05-17
move things around
mo khan
2022-05-16
refactor: validate jwt has required permissions
mo khan
2022-05-16
log requests in cliet side and add /users /incidents api
mo khan
2022-05-16
move buttons to top of page
mo khan
2022-05-16
check the permissions in the token
mo khan
2022-05-16
parse claims from access token
mo khan
2022-05-16
set audience in initial redirect to /authorize not to /token
mo khan
2022-05-16
extract functions to dump request/response
mo khan
2022-05-16
record request/response
mo khan
2022-05-13
refactor: tighten up some code
mo khan
2022-05-13
squash code into main
mo khan
2022-05-13
store session variables using a session cookie
mo khan
2022-05-13
record sessions
mo khan
2022-05-13
handle OPTIONS and check if access token is a JWT
mo khan
2022-05-13
add Bearer prefix to auth header
mo khan
2022-05-11
use vuejs to trigger api call and loosen cors headers
mo khan
2022-05-11
parse tokens and render in index.html
mo khan
2022-05-10
add web app to redirect to auth0 to generate an access token and id token
mo khan
2022-05-10
complete auth0 guide
mo khan