mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-09-17 13:49:21 +02:00
Added an example of an authentication protected page (tenders) Added an example with the built in proxy (to combat CORS) (tendersguru)
4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
export interface SSOResult {
|
|
configurationName: string;
|
|
}
|